We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc7816d commit 5d3aefdCopy full SHA for 5d3aefd
3 files changed
.github/workflows/npm-publish.yml
@@ -10,10 +10,10 @@ jobs:
10
publish-npm:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v3
14
- - uses: actions/setup-node@v3
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
15
with:
16
- node-version: '20.x'
+ node-version: '22.x'
17
registry-url: 'https://registry.npmjs.org'
18
- run: npm ci
19
- run: npm publish --access public
@@ -22,10 +22,10 @@ jobs:
22
publish-git:
23
24
25
26
27
28
29
registry-url: 'https://npm.pkg.github.com'
30
scope: '@contentstack'
31
0 commit comments