Skip to content

Commit c8f7a07

Browse files
committed
ci: bump versions
1 parent 94e8d1a commit c8f7a07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/node-ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ jobs:
55
name: Install, lint, build and test
66
strategy:
77
matrix:
8-
node-version: [18.x, 20.x]
8+
node-version: [20.x, 22.x]
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
12-
- uses: actions/setup-node@v3
11+
- uses: actions/checkout@v4
12+
- uses: actions/setup-node@v4
1313
with:
1414
node-version: ${{matrix.node-version}}
1515
- run: yarn install

0 commit comments

Comments
 (0)