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 0b84ab0 + d607244 commit 29d78ceCopy full SHA for 29d78ce
.github/workflows/publish.yaml
@@ -13,7 +13,7 @@ jobs:
13
uses: actions/checkout@v2
14
15
- name: Install Node v16
16
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3.0.0
17
with:
18
node-version: 16
19
registry-url: "https://registry.npmjs.org"
.github/workflows/test.yaml
@@ -11,7 +11,7 @@ jobs:
11
12
cache: yarn
0 commit comments