Skip to content

Commit

Permalink
ci: unpin nodejs workflow version (nodejs#2434)
Browse files Browse the repository at this point in the history
Not 100% sure if it was pinned deliberately earlier - there are several other things that are pinned to major only, and I think that's fine. When this is pinned, it might sometimes not receive new versions of Node.js (as the release dates are cached inside the action, as opposed to getting resolved each time).

For some reason, dependabot did not open a PR here 🤷
  • Loading branch information
dominykas authored and crysmags committed Feb 27, 2024
1 parent bad4f7c commit af58fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
build:
name: Test
uses: pkgjs/action/.github/workflows/node-test.yaml@v0.1.7
uses: pkgjs/action/.github/workflows/node-test.yaml@v0.1
with:
runs-on: ubuntu-latest, windows-latest
test-command: npm run coverage:ci
Expand Down

0 comments on commit af58fd6

Please sign in to comment.