Skip to content

Commit

Permalink
test: build napi version 10
Browse files Browse the repository at this point in the history
  • Loading branch information
toyobayashi committed Jan 22, 2025
1 parent fa24944 commit 7fca935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/test/script/test-build-all-napi-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const { spawn } = require('../../../script/spawn.js')
const { which } = require('../../../script/which.js')

async function main () {
const testVersions = [1, 2, 3, 4, 5, 6, 7, 8, 9, 2147483647]
const testVersions = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 2147483647]
const cwd = path.join(__dirname, '../../..')
let emcmake = process.platform === 'win32' ? 'emcmake.bat' : 'emcmake'
if (process.env.EMSDK) {
Expand Down

0 comments on commit 7fca935

Please sign in to comment.