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 7dc5fc6 commit bd97f0aCopy full SHA for bd97f0a
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@v2
15
- name: Setup Node JS
16
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v2
17
with:
18
node-version: 16.x
19
cache: yarn
.github/workflows/docs.yml
@@ -17,7 +17,7 @@ jobs:
persist-credentials: false
20
21
22
23
0 commit comments