Skip to content

Commit 30eb64f

Browse files
iunanuauurien
andauthored
Build node v21 (#88)
* Include v21 and remove v12 and v13 * Reference prebuildify PR for testing * Restore main prebuildify branch * Do not remove old versions yet --------- Co-authored-by: Ugaitz Urien <[email protected]>
1 parent 2947ff9 commit 30eb64f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
needs: ['cpp-lint', 'js-lint']
1212
strategy:
1313
matrix:
14-
version: [12, 13, 14, 15, 16, 17, 18, 19, 20]
14+
version: [12, 13, 14, 15, 16, 17, 18, 19, 20, 21]
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v3
@@ -28,7 +28,7 @@ jobs:
2828
needs: ['cpp-lint', 'js-lint']
2929
strategy:
3030
matrix:
31-
version: [12, 13, 14, 15, 16, 17, 18, 19, 20]
31+
version: [12, 13, 14, 15, 16, 17, 18, 19, 20, 21]
3232
runs-on: ubuntu-latest
3333
steps:
3434
- uses: actions/checkout@v3

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
needs: ['cpp-lint', 'js-lint']
88
strategy:
99
matrix:
10-
version: [12, 14, 16, 18, 19, 20]
10+
version: [12, 14, 16, 18, 19, 20, 21]
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v3
@@ -24,7 +24,7 @@ jobs:
2424
needs: ['cpp-lint', 'js-lint']
2525
strategy:
2626
matrix:
27-
version: [12, 14, 16, 18, 19, 20]
27+
version: [12, 14, 16, 18, 19, 20, 21]
2828
runs-on: ubuntu-latest
2929
steps:
3030
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)