We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 926448f commit 56ff40fCopy full SHA for 56ff40f
test/index.ts
@@ -204,7 +204,7 @@ describe('basic functionality', () => {
204
it('works with snapshot support', async function () {
205
this.timeout(2 * 60 * 60 * 1000); // 2 hours
206
await compileJSFileAsBinary({
207
- nodeVersionRange: '20.x',
+ nodeVersionRange: 'v21.0.0-nightly20230801d396a041f7',
208
sourceFile: path.resolve(__dirname, 'resources/snapshot-echo-args.js'),
209
targetFile: path.resolve(__dirname, `resources/snapshot-echo-args${exeSuffix}`),
210
useNodeSnapshot: true,
0 commit comments