Skip to content

Commit 98dc574

Browse files
committed
check-latest: true and package-manager-cache: false
Signed-off-by: Sora Morimoto <[email protected]>
1 parent ee709c3 commit 98dc574

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818
- name: Set-up Node.js
1919
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)