We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ffacc51 + 00bd5bd commit 31f9856Copy full SHA for 31f9856
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Find any lock file
22
run: if test -f ../yarn.lock || test -f ../pnpm-lock.yaml || test -f ../package-lock.json; then echo "Please don't commit lock files" && exit 1; fi
23
- name: Use Node.js ${{ matrix.node-version }}
24
- uses: actions/setup-node@7c12f8017d5436eb855f1ed4399f037a36fbd9e8 # v2.5.2
+ uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
25
with:
26
node-version: ${{ matrix.node-version }}
27
- run: yarn install --ignore-engines
0 commit comments