Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ jobs:
path: version-${{ steps.extract-version.outputs.VERSION }}.txt
retention-days: ${{ env.retention_days }}
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
- uses: actions/setup-node@v6
with:
node-version: '16.x'
node-version: 16
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run build
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ jobs:
name: version-info
path: version-${{ steps.extract-version.outputs.VERSION }}.txt
retention-days: ${{ env.retention_days }}
- uses: actions/setup-node@v3
- uses: actions/setup-node@v6
with:
node-version: current
node-version: 16
- run: npm ci
- run: npm test
- name: upload junit
Expand Down Expand Up @@ -138,4 +138,4 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
merge-method: squash
pull-request-number: ${{ github.event.pull_request.number }}
pull-request-number: ${{ github.event.pull_request.number }}