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 317a051 + 34f574e commit c97dacbCopy full SHA for c97dacb
.github/workflows/node.yml
@@ -34,7 +34,7 @@ jobs:
34
fetch-depth: 2
35
36
- name: Setup Node.js 20.x
37
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
38
with:
39
node-version: 20.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: '20.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