Skip to content

Commit

Permalink
Merge pull request #801 from devoxa/update-node-v20
Browse files Browse the repository at this point in the history
Update NodeJS to v20
  • Loading branch information
kodiakhq[bot] authored Jan 6, 2024
2 parents 6e5e164 + b2641f7 commit c82529c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: 'Setup Node.JS'
uses: actions/setup-node@v4
with:
node-version: '20.10'
node-version: '20.9'

- name: 'Cache dependencies'
uses: buildjet/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion esbuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build({
format: 'cjs',
bundle: true,
sourcemap: true,
target: 'node20.10',
target: 'node20.9',
}).catch(() => process.exit(1))

// Output the es modules files
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/benchmark": "2.1.5",
"@types/jest": "29.5.11",
"@types/lodash": "4.14.202",
"@types/node": "20.10.6",
"@types/node": "20.9.5",
"@types/pako": "2.0.3",
"benchmark": "2.1.4",
"esbuild": "0.19.11",
Expand All @@ -52,6 +52,6 @@
"access": "public"
},
"volta": {
"node": "20.10.0"
"node": "20.9.0"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1264,10 +1264,10 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.0.0.tgz#067a6c49dc7a5c2412a505628e26902ae967bf6f"
integrity sha512-TmCW5HoZ2o2/z2EYi109jLqIaPIi9y/lc2LmDCWzuCi35bcaQ+OtUh6nwBiFK7SOu25FAU5+YKdqFZUwtqGSdg==

"@types/node@20.10.6":
version "20.10.6"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.6.tgz#a3ec84c22965802bf763da55b2394424f22bfbb5"
integrity sha512-Vac8H+NlRNNlAmDfGUP7b5h/KA+AtWIzuXy0E6OyP8f1tCLYAtPvKRRDJjAPqhpCb0t6U2j7/xqAuLEebW2kiw==
"@types/node@20.9.5":
version "20.9.5"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.9.5.tgz#bb441014bcb91c63742b0e1fe25b902f5d581faa"
integrity sha512-Uq2xbNq0chGg+/WQEU0LJTSs/1nKxz6u1iemLcGomkSnKokbW1fbLqc3HOqCf2JP7KjlL4QkS7oZZTrOQHQYgQ==
dependencies:
undici-types "~5.26.4"

Expand Down

0 comments on commit c82529c

Please sign in to comment.