Skip to content

Commit 4f9d1df

Browse files
committed
Bump to node v6
1 parent 173e7da commit 4f9d1df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs:
2424
package_json_file: "${{ inputs.js_folder }}/package.json"
2525

2626
- name: Set up Node ${{ inputs.version }}
27-
uses: actions/setup-node@v5
27+
uses: actions/setup-node@v6
2828
with:
2929
node-version: ${{ inputs.version }}
3030
cache: pnpm

0 commit comments

Comments
 (0)