We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3279d9 commit a9022feCopy full SHA for a9022fe
.github/workflows/publish.yml
@@ -15,7 +15,7 @@ jobs:
15
16
# Test & Link package
17
- name: Setup env
18
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v3
19
with:
20
node-version: 14
21
- run: yarn
@@ -42,7 +42,7 @@ jobs:
42
NPM_AUTH_TOKEN: ${{ secrets.npm_token }}
43
44
# Publish to Github PKG
45
- - uses: actions/setup-node@v2
+ - uses: actions/setup-node@v3
46
47
48
registry-url: 'https://npm.pkg.github.com'
.github/workflows/test.yml
@@ -9,7 +9,7 @@ jobs:
9
- name: Checkout
10
uses: actions/checkout@v3
11
12
13
14
0 commit comments