There was an error while loading. Please reload this page.
1 parent d83f8e9 commit 74eb2d8Copy full SHA for 74eb2d8
1 file changed
.github/workflows/npm-publish.yml
@@ -11,10 +11,10 @@ jobs:
11
build:
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v3
15
- - uses: actions/setup-node@v3
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
16
with:
17
- node-version: lts
+ node-version: lts/*
18
- run: yarn
19
- run: npm run build
20
- run: npm run test
@@ -23,10 +23,10 @@ jobs:
23
needs: build
24
25
26
27
28
29
30
registry-url: https://registry.npmjs.org/
31
32
- if: ${{ github.event.release.prerelease }}
0 commit comments