Skip to content

Commit a71abc7

Browse files
committed
attempting clean install instead
1 parent 3fcf99a commit a71abc7

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-node@v4
1313
with:
14-
node-version: 22
15-
cache: 'npm'
16-
- run: npm install
14+
node-version: latest
15+
- run: npm ci
1716
- run: npm run build
1817
- run: npm run tests
1918

@@ -29,7 +28,7 @@ jobs:
2928
with:
3029
node-version: 22
3130
registry-url: https://npm.pkg.github.com/
32-
- run: npm install
31+
- run: npm ci
3332
- run: npm run build
3433
- run: npm publish --access public
3534
env:

0 commit comments

Comments
 (0)