Skip to content

Commit 2ba97e1

Browse files
authored
Merge pull request #6 from aboutbits/node-22
update to node 22
2 parents 718077b + d668c09 commit 2ba97e1

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
@@ -34,8 +34,8 @@
3434
}
3535
},
3636
"engines": {
37-
"npm": ">=8",
38-
"node": ">=16"
37+
"npm": ">=10",
38+
"node": ">=18"
3939
},
4040
"scripts": {
4141
"build": "rimraf dist && npm run build:types && npm run build:esm && npm run build:cjs",

0 commit comments

Comments
 (0)