Skip to content

Commit b8adeb7

Browse files
committed
update to node 22
1 parent c1cbefe commit b8adeb7

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.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: 10
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
],
2929
"engines": {
3030
"npm": ">=8",
31-
"node": ">=16"
31+
"node": ">=18"
3232
},
3333
"scripts": {
3434
"build": "tsc",

0 commit comments

Comments
 (0)