We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1af25ba commit 449aa9eCopy full SHA for 449aa9e
1 file changed
.github/actions/setup/action.yml
@@ -6,7 +6,7 @@ runs:
6
7
steps:
8
- name: Setup Node
9
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
10
with: { node-version-file: .nvmrc }
11
12
- name: Install PNPM
0 commit comments