Skip to content

Commit 88db256

Browse files
committed
Update build script
1 parent e820970 commit 88db256

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [ ubuntu-latest, macos-latest, windows-latest ]
12-
node: [ 18, 20, 22 ]
12+
node: [ 22, 24 ]
1313
fail-fast: false
1414
steps:
1515
- uses: actions/checkout@v4
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
strategy:
4242
matrix:
43-
node: [ 18, 20, 22 ]
43+
node: [ 22, 24 ]
4444
fail-fast: false
4545
container: node:${{ matrix.node }}-alpine
4646
steps:

.prebuildrc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"target": [
3-
"18.20.4",
4-
"20.18.0",
5-
"22.11.0"
3+
"22.15.1",
4+
"24.0.2"
65
],
76
"strip": true
87
}

0 commit comments

Comments
 (0)