We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e820970 commit 88db256Copy full SHA for 88db256
.github/workflows/build.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
matrix:
11
os: [ ubuntu-latest, macos-latest, windows-latest ]
12
- node: [ 18, 20, 22 ]
+ node: [ 22, 24 ]
13
fail-fast: false
14
steps:
15
- uses: actions/checkout@v4
@@ -40,7 +40,7 @@ jobs:
40
runs-on: ubuntu-latest
41
42
43
44
45
container: node:${{ matrix.node }}-alpine
46
.prebuildrc
@@ -1,8 +1,7 @@
1
{
2
"target": [
3
- "18.20.4",
4
- "20.18.0",
5
- "22.11.0"
+ "22.15.1",
+ "24.0.2"
6
],
7
"strip": true
8
}
0 commit comments