Skip to content

Commit 31f9856

Browse files
authored
Merge pull request #1358 from Shopify/dependabot/github_actions/actions/setup-node-4.4.0
Bump actions/setup-node from 2.5.2 to 4.4.0
2 parents ffacc51 + 00bd5bd commit 31f9856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Find any lock file
2222
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
2323
- name: Use Node.js ${{ matrix.node-version }}
24-
uses: actions/setup-node@7c12f8017d5436eb855f1ed4399f037a36fbd9e8 # v2.5.2
24+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727
- run: yarn install --ignore-engines

0 commit comments

Comments
 (0)