Skip to content

Commit bff314d

Browse files
committed
ci: support node 20
1 parent 54e74d0 commit bff314d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88

99
strategy:
1010
matrix:
11-
node-version: [8, 10, 12, 14, 16, 18]
11+
node-version: [8, 10, 12, 14, 16, 18, 20]
1212

1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
- name: Use Node.js ${{ matrix.node-version }}
1616
uses: actions/setup-node@v3
1717
with:

0 commit comments

Comments
 (0)