Skip to content

Commit 56ff40f

Browse files
chore: switch to nightly
1 parent 926448f commit 56ff40f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ describe('basic functionality', () => {
204204
it('works with snapshot support', async function () {
205205
this.timeout(2 * 60 * 60 * 1000); // 2 hours
206206
await compileJSFileAsBinary({
207-
nodeVersionRange: '20.x',
207+
nodeVersionRange: 'v21.0.0-nightly20230801d396a041f7',
208208
sourceFile: path.resolve(__dirname, 'resources/snapshot-echo-args.js'),
209209
targetFile: path.resolve(__dirname, `resources/snapshot-echo-args${exeSuffix}`),
210210
useNodeSnapshot: true,

0 commit comments

Comments
 (0)