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 38bf387 commit 72ab10eCopy full SHA for 72ab10e
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v2
13
- - uses: actions/setup-node@v1
+ - uses: actions/setup-node@v2
14
with:
15
node-version: "12.x"
16
- run: npm ci
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
node-version: 12
17
- name: Install
.github/workflows/update-prettier.yml
@@ -8,7 +8,7 @@ jobs:
8
9
version: 12
0 commit comments