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 57a46f6 commit b5b67c1Copy full SHA for b5b67c1
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
runs-on: ubuntu-latest
22
23
steps:
24
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
25
- uses: actions/setup-node@v2
26
with:
27
node-version: "10"
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
49
50
51
node-version: 10
@@ -63,7 +63,7 @@ jobs:
63
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
64
65
66
67
68
69
node-version: "14"
0 commit comments