Skip to content

Commit a7b3960

Browse files
authored
Merge pull request #6 from aboutbits/node-22
update to node 22
2 parents b24fd15 + 6795971 commit a7b3960

4 files changed

Lines changed: 7 additions & 6 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: 2 additions & 2 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
@@ -32,8 +32,8 @@
3232
"./react": "./tsconfig.react.json"
3333
},
3434
"engines": {
35-
"npm": ">=8",
36-
"node": ">=16"
35+
"npm": ">=10",
36+
"node": ">=18"
3737
},
3838
"scripts": {
3939
"postversion": "git push && git push --tags"

0 commit comments

Comments
 (0)