Skip to content

Commit edb5a79

Browse files
authored
Merge pull request #20 from ocsigen/dependabot/github_actions/actions/setup-node-5
Bump actions/setup-node from 4 to 5
2 parents 321a4ca + 98dc574 commit edb5a79

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ jobs:
1616
- name: Checkout tree
1717
uses: actions/checkout@v5
1818
- name: Set-up Node.js
19-
uses: actions/setup-node@v4
19+
uses: actions/setup-node@v5
2020
with:
21+
check-latest: true
2122
node-version-file: .nvmrc
23+
package-manager-cache: false
2224
- name: Set-up OCaml
2325
uses: ocaml/setup-ocaml@v3
2426
with:

0 commit comments

Comments
 (0)