Skip to content

Commit 8dd3aa1

Browse files
committedOct 9, 2024·
chore: fix CI
1 parent 75d02f0 commit 8dd3aa1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ jobs:
55
runs-on: ${{ matrix.os }}
66
strategy:
77
matrix:
8-
node-version: ["14", "16", "18"]
8+
node-version: ["18", "20", "22"]
99
os: [ubuntu-latest, windows-latest]
1010
name: Test on Node v${{ matrix.node-version }} on ${{ matrix.os }}
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
- name: Setup node
14-
uses: actions/setup-node@v3
14+
uses: actions/setup-node@v4
1515
with:
1616
node-version: ${{ matrix.node-version }}
1717
cache: npm

0 commit comments

Comments
 (0)
Please sign in to comment.