We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f01108f commit fca0033Copy full SHA for fca0033
1 file changed
.github/workflows/ci.yml
@@ -19,13 +19,13 @@ jobs:
19
20
strategy:
21
matrix:
22
- node-version: [10.x, 12.x, 13.x]
+ node-version: [18.x, 20.x, 22.x]
23
24
steps:
25
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v4
26
27
- name: Use Node.js ${{ matrix.node-version }}
28
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v4
29
with:
30
node-version: ${{ matrix.node-version }}
31
0 commit comments