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 81cd5ae + 81c255f commit 6668249Copy full SHA for 6668249
2 files changed
.github/workflows/node.yml
@@ -34,7 +34,7 @@ jobs:
34
fetch-depth: 2
35
36
- name: Setup Node.js 16.x
37
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
38
with:
39
node-version: 16.x
40
.github/workflows/publish.yml
@@ -28,7 +28,7 @@ jobs:
28
ref: ${{ github.event.inputs.tag }}
29
30
- name: Setup Node.js
31
32
33
node-version: '16.x'
registry-url: https://registry.npmjs.org
@@ -46,7 +46,7 @@ jobs:
46
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
47
48
- name: Change to GitHub Packages registry
49
50
51
registry-url: https://npm.pkg.github.com
52
scope: '@shivammathur'
0 commit comments