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 820d36e commit 2b8762fCopy full SHA for 2b8762f
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- uses: actions/checkout@v2
20
- name: Use Node.js ${{ matrix.node-version }}
21
- uses: actions/setup-node@v2.1.1
+ uses: actions/setup-node@v4.1.0
22
with:
23
node-version: ${{ matrix.node-version }}
24
- run: npm install
@@ -36,7 +36,7 @@ jobs:
36
37
38
- name: Use Node.js 13.x
39
40
41
node-version: 13.x
42
0 commit comments