Skip to content

Commit cfa4669

Browse files
authored
Set Node.js version to 16 in tests workflow
1 parent cf680e5 commit cfa4669

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
retention-days: ${{ env.retention_days }}
9393
- uses: actions/setup-node@v6
9494
with:
95-
node-version: current
95+
node-version: 16
9696
- run: npm ci
9797
- run: npm test
9898
- name: upload junit
@@ -138,4 +138,4 @@ jobs:
138138
with:
139139
token: ${{ secrets.GITHUB_TOKEN }}
140140
merge-method: squash
141-
pull-request-number: ${{ github.event.pull_request.number }}
141+
pull-request-number: ${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)