Skip to content

Commit a5b8287

Browse files
committed
Update CI steps to Node v20
1 parent 4b7d4b7 commit a5b8287

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
node-version: [14.x, 16.x, 18.x, 20.x, v20.11.1, '*']
1111

1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414

15-
- uses: actions/setup-node@v3
15+
- uses: actions/setup-node@v4
1616
with:
1717
node-version: ${{ matrix.node-version }}
1818
check-latest: true

0 commit comments

Comments
 (0)