Skip to content

Commit f7aeded

Browse files
CarlesDDuurien
authored andcommitted
Add support to NodeJs 20
1 parent 7b68100 commit f7aeded

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 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]
14+
version: [12, 13, 14, 15, 16, 17, 18, 19, 20]
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]
31+
version: [12, 13, 14, 15, 16, 17, 18, 19, 20]
3232
runs-on: ubuntu-latest
3333
steps:
3434
- uses: actions/checkout@v3
@@ -75,6 +75,8 @@ jobs:
7575
abi: 108
7676
- node: 19
7777
abi: 111
78+
- node: 20
79+
abi: 115
7880
target:
7981
- dockerfile: Dockerfile
8082
libc: libc

0 commit comments

Comments
 (0)