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.
2 parents c2bea28 + 85ee2a6 commit e974cd0Copy full SHA for e974cd0
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
steps:
29
- uses: actions/checkout@v3
30
31
- - uses: actions/setup-node@v3.1.0
+ - uses: actions/setup-node@v3.4.1
32
name: Installing Node.js v${{ matrix.node }}
33
with:
34
node-version: ${{ matrix.node }}
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
22
23
24
25
name: Installing Node.js v14.x
26
27
node-version: 14.x
0 commit comments