Skip to content

Commit

Permalink
Node 20 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalduez committed Jan 26, 2024
1 parent 066067a commit 5e5ca01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"scripts": {
"test": "jest"
},
"packageManager": "npm@9.8.1",
"packageManager": "npm@10.4.0+sha256.0e4e5986526a578a6cdc5647cf862efba03dfcb063672f90bc525433b893fba9",
"overrides": {
"browserslist": "^4.21.5"
},
Expand Down
2 changes: 1 addition & 1 deletion test/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ test.each(cases)('esmodules: %s', (name, input) => {

test.each(cases)('node: %s', (name, input) => {
let { code } = transform(input, {
presets: [[preset, { targets: { node: 18 } }]],
presets: [[preset, { targets: { node: 20 } }]],
});

expect(code).toMatchFile();
Expand Down

0 comments on commit 5e5ca01

Please sign in to comment.