Skip to content

Commit ca94473

Browse files
committed
ci: update node versions
1 parent 6481870 commit ca94473

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
node-version: [20.0.10, 21.x]
16+
node-version: [20.10.0, 21.x]
1717
services:
1818
redis:
1919
image: redis
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: windows-latest
4545
strategy:
4646
matrix:
47-
node-version: [20.0.10, 21.x]
47+
node-version: [20.10.0, 21.x]
4848
steps:
4949
- uses: actions/checkout@v2
5050
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)