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 fdfbe07 commit e96f10dCopy full SHA for e96f10d
.github/workflows/npm-publish.yml
@@ -23,8 +23,8 @@ jobs:
23
node: [ 14, 16, 18 ]
24
name: Node ${{ matrix.node }} test
25
steps:
26
- - uses: actions/checkout@v3
27
- - uses: actions/setup-node@v3
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
28
with:
29
node-version: ${{ matrix.node }}
30
cache: 'npm'
@@ -35,13 +35,13 @@ jobs:
35
needs: build
36
runs-on: ubuntu-latest
37
38
39
40
41
node-version: 18
42
registry-url: https://registry.npmjs.org/
43
44
- run: npm ci
45
- run: pwd
46
- run: rm -rf ../../_temp/.npmrc
47
- - run: npm run release
+ - run: npm run release
0 commit comments