Skip to content

Commit

Permalink
Fix default node engines in test
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Dec 9, 2024
1 parent 24f9c46 commit 61f02c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/core/test/Environment.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ describe('Environment', () => {

it('assigns default engines for node', () => {
assert.deepEqual(createEnvironment({context: 'node'}), {
id: 'f7c9644283a8698f',
id: 'b9b60fc7dcc0ae9c',
context: 'node',
engines: {
node: '>= 8.0.0',
node: '>= 18.0.0',
},
includeNodeModules: false,
outputFormat: 'commonjs',
Expand Down

0 comments on commit 61f02c2

Please sign in to comment.