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.
1 parent ff31ea2 commit 345555dCopy full SHA for 345555d
.github/workflows/git-build.yml
@@ -13,8 +13,8 @@ jobs:
13
node-version: [18.x, 20.x, 22.x]
14
15
steps:
16
- - uses: actions/checkout@v3
17
- - uses: actions/setup-node@v3
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
18
with:
19
node-version: ${{ matrix.node-version }}
20
- run: npm ci
.github/workflows/npm-publish.yml
@@ -12,11 +12,12 @@ jobs:
12
id-token: write
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
+ - run: npm install -g npm@latest
21
22
- run: npm run test
23
- run: npm publish --access public
0 commit comments