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 6c5e867 + 9c4e5f6 commit c2bea28Copy full SHA for c2bea28
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
name: Node.js ${{ matrix.node }}
27
28
steps:
29
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
30
31
- uses: actions/setup-node@v3.1.0
32
name: Installing Node.js v${{ matrix.node }}
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
name: Publish NPM
20
21
22
23
24
25
name: Installing Node.js v14.x
0 commit comments