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 e442d8a + ef97756 commit 0cdc270Copy full SHA for 0cdc270
.github/workflows/build-and-test.yml
@@ -10,7 +10,7 @@ jobs:
10
build-and-test:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
14
- run: |
15
npm install
16
.github/workflows/check-dist.yml
@@ -21,7 +21,7 @@ jobs:
21
22
23
24
25
26
- name: Set Node.js 12.x
27
uses: actions/[email protected]
0 commit comments