Skip to content

Commit 5c2c735

Browse files
authored
Merge pull request #1004 from ocaml/dependabot/github_actions/actions/setup-node-5.0.0
Bump actions/setup-node from 4.4.0 to 5.0.0
2 parents 2147cd1 + df881c2 commit 5c2c735

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@ jobs:
1717
- name: Checkout tree
1818
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1919
- name: Set-up Node.js
20-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
20+
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
2121
with:
2222
check-latest: true
2323
node-version-file: .nvmrc
24+
package-manager-cache: false
2425
- run: corepack enable
2526
- run: yarn install --immutable
2627
- if: always()

0 commit comments

Comments
 (0)