We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fcf99a commit a71abc7Copy full SHA for a71abc7
1 file changed
.github/workflows/release.yml
@@ -11,9 +11,8 @@ jobs:
11
- uses: actions/checkout@v4
12
- uses: actions/setup-node@v4
13
with:
14
- node-version: 22
15
- cache: 'npm'
16
- - run: npm install
+ node-version: latest
+ - run: npm ci
17
- run: npm run build
18
- run: npm run tests
19
@@ -29,7 +28,7 @@ jobs:
29
28
30
node-version: 22
31
registry-url: https://npm.pkg.github.com/
32
33
34
- run: npm publish --access public
35
env:
0 commit comments