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 98e3ba4 commit da977d8Copy full SHA for da977d8
.github/workflows/publish.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Setup npm
33
uses: actions/setup-node@v2
34
with:
35
- node-version: "15"
+ node-version: "16"
36
registry-url: "https://registry.npmjs.org"
37
# npm cache folder is in ~/, not within the working directory
38
- name: Cache npm directory
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
14
15
16
17
18
19
uses: actions/cache@v2
0 commit comments