Skip to content

Commit 12ba86d

Browse files
committed
update to node 22
1 parent eec5712 commit 12ba86d

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ concurrency:
88

99
jobs:
1010
checks:
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-24.04
1212
timeout-minutes: 10
1313
strategy:
1414
matrix:
15-
node_version: [16, 18, 20]
15+
node_version: [ 18, 20, 22 ]
1616
steps:
1717
- uses: actions/checkout@v4
1818
- uses: aboutbits/github-actions-node/setup-and-install@v2
@@ -26,11 +26,11 @@ jobs:
2626
shell: bash
2727

2828
test:
29-
runs-on: ubuntu-22.04
29+
runs-on: ubuntu-24.04
3030
timeout-minutes: 10
3131
strategy:
3232
matrix:
33-
node_version: [16, 18, 20]
33+
node_version: [ 18, 20, 22 ]
3434
steps:
3535
- uses: actions/checkout@v4
3636
- uses: aboutbits/github-actions-node/setup-and-install@v2

.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: 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
@@ -29,8 +29,8 @@
2929
"dist/**/*"
3030
],
3131
"engines": {
32-
"npm": ">=8",
33-
"node": ">=16"
32+
"npm": ">=10",
33+
"node": ">=18"
3434
},
3535
"scripts": {
3636
"build": "npm run build:node && npm run build:esm",

0 commit comments

Comments
 (0)