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 b369f49 commit 6ab1ee0Copy full SHA for 6ab1ee0
.github/workflows/ci.yml
@@ -7,11 +7,11 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
-
10
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
11
with:
12
fetch-depth: 0 # Fetch all history
13
14
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
15
16
node-version-file: '.nvmrc'
17
- run: npm i -g npm@10.5.0
@@ -25,10 +25,10 @@ jobs:
25
matrix:
26
node-version: [ 16, 20, 'lts/*', 'latest' ]
27
28
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
29
30
name: Use Node.js ${{ matrix.node-version }}
31
32
33
node-version: ${{ matrix.node-version }}
34
0 commit comments