We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8164fc commit 1b174deCopy full SHA for 1b174de
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
restore-keys: |
27
${{ runner.os }}-nodejs
28
- name: Setup Node.js ${{ matrix.node-version }}
29
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
30
with:
31
node-version: ${{ matrix.node-version }}
32
- name: Prepare
@@ -52,7 +52,7 @@ jobs:
52
53
54
- name: Setup Node.js
55
56
57
node-version: lts/*
58
0 commit comments