Skip to content

Commit dd3d64f

Browse files
committed
update to node 22
1 parent 15a79e0 commit dd3d64f

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ on:
66
- 'v*'
77

88
env:
9-
NODE_VERSION: 20
9+
NODE_VERSION: 22
1010

1111
jobs:
1212
build:
13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-24.04
1414
timeout-minutes: 5
1515
steps:
1616
- uses: actions/checkout@v4

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"formatjs.js"
3434
],
3535
"engines": {
36-
"npm": ">=8",
37-
"node": ">=16"
36+
"npm": ">=10",
37+
"node": ">=18"
3838
},
3939
"scripts": {
4040
"ts:lint": "eslint -c .eslintrc.ts.json test/ts",

0 commit comments

Comments
 (0)