Skip to content

Commit 5a8ce0f

Browse files
authored
Merge pull request #17 from aboutbits/node-22
update to node 22
2 parents 15a79e0 + b7e6a47 commit 5a8ce0f

4 files changed

Lines changed: 8 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

.node-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
22

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)