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 6e7952f + 2930ae1 commit 4bc4e11Copy full SHA for 4bc4e11
.github/workflows/build.yaml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v2
13
14
- name: Setup Node
15
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
16
with:
17
node-version: '16'
18
cache: "npm"
.github/workflows/publish.yaml
cache: 'npm'
0 commit comments