We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b70f56 + 4f924a0 commit d0dcba0Copy full SHA for d0dcba0
1 file changed
.github/workflows/build-preview.yml
@@ -17,11 +17,9 @@ jobs:
17
node-version: 16.x
18
cache: "npm"
19
registry-url: "https://npm.pkg.github.com"
20
- - run: rm package-lock.json
21
- 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 }}
+ - run: npm install @actions/languageserver@latest @actions/workflow-parser@latest @actions/expressions@latest @actions/languageservice@latest
+ - run: npm ci
25
- run: npm run package
26
- uses: actions/upload-artifact@v3
27
with:
0 commit comments