Skip to content

Commit 496df86

Browse files
committed
CI: run with Node v20 too 💚
back-port of 24ad611 to 5.x
1 parent 7913e24 commit 496df86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
node-version: [10.x, 12.x, 14.x, 16.x, 18.x]
10+
node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x]
1111
steps:
1212
- name: checkout
1313
uses: actions/checkout@v4
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
strategy:
2727
matrix:
28-
node-version: [10.x, 12.x, 14.x, 16.x, 18.x]
28+
node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x]
2929
steps:
3030
- name: checkout
3131
uses: actions/checkout@v4

0 commit comments

Comments
 (0)