Skip to content

Commit 4f924a0

Browse files
committed
update workflow file
1 parent 1b70f56 commit 4f924a0

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/build-preview.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,9 @@ jobs:
1717
node-version: 16.x
1818
cache: "npm"
1919
registry-url: "https://npm.pkg.github.com"
20-
- run: rm package-lock.json
2120
- run: npm --no-git-tag-version version 1.0.${{ github.run_number }}
22-
- run: npm install
23-
env:
24-
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21+
- run: npm install @actions/languageserver@latest @actions/workflow-parser@latest @actions/expressions@latest @actions/languageservice@latest
22+
- run: npm ci
2523
- run: npm run package
2624
- uses: actions/upload-artifact@v3
2725
with:

0 commit comments

Comments
 (0)