Skip to content

Commit f385452

Browse files
committed
set node versions
1 parent 107ded9 commit f385452

6 files changed

Lines changed: 18 additions & 23 deletions

File tree

.github/workflows/alpine.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
node:
18-
- 16
19-
- 18
20-
- 19
2118
- 20
19+
- 22
20+
- 24
2221

2322
steps:
2423
- name: Install Alpine build tools

.github/workflows/linux.yml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,18 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
include:
17-
- node: 16
18-
gcc: "gcc-8"
19-
gpp: "g++-8"
20-
os: ubuntu-20.04
21-
- node: 18
22-
gcc: "gcc-8"
23-
gpp: "g++-8"
24-
os: ubuntu-20.04
25-
- node: 19
26-
gcc: "gcc-8"
27-
gpp: "g++-8"
28-
os: ubuntu-20.04
2917
- node: 20
3018
gcc: "gcc-10"
3119
gpp: "g++-10"
3220
os: ubuntu-22.04
21+
- node: 22
22+
gcc: "gcc-10"
23+
gpp: "g++-10"
24+
os: ubuntu-22.04
25+
- node: 24
26+
gcc: "gcc-10"
27+
gpp: "g++-10"
28+
os: ubuntu-22.04
3329

3430

3531
steps:

.github/workflows/macos.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
node:
17-
- 16
18-
- 18
19-
- 19
2017
- 20
18+
- 22
19+
- 24
2120

2221
steps:
2322
- uses: actions/checkout@v4

.github/workflows/windows.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,15 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: windows-2019
11+
runs-on: windows-2022
1212

1313
strategy:
1414
fail-fast: false
1515
matrix:
1616
node:
17-
- 16
18-
- 18
19-
- 19
2017
- 20
18+
- 22
19+
- 24
2120

2221
architecture:
2322
- x64

mise.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[tools]
2+
node = "22"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"make-fetch-happen": "^10.0.4",
6464
"meow": "^9.0.0",
6565
"nan": "^2.17.0",
66-
"node-gyp": "^10.0.1",
66+
"node-gyp": "^11.4.2",
6767
"sass-graph": "^4.0.1",
6868
"stdout-stream": "^1.4.0",
6969
"true-case-path": "^2.2.1"

0 commit comments

Comments
 (0)