Skip to content

Commit 24f46a4

Browse files
CarlesDDuurien
authored andcommitted
Add NodeJS 20 to PR actions
1 parent f7aeded commit 24f46a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull-request.yml

Lines changed: 3 additions & 3 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]
10+
version: [12, 14, 16, 18, 19, 20]
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]
27+
version: [12, 14, 16, 18, 19, 20]
2828
runs-on: ubuntu-latest
2929
steps:
3030
- uses: actions/checkout@v3
@@ -173,4 +173,4 @@ jobs:
173173
runs-on: ubuntu-latest
174174
steps:
175175
- run: echo '🚀🚀🚀🚀🚀'
176-
176+

0 commit comments

Comments
 (0)