Skip to content

Commit 57b28f4

Browse files
authored
Merge pull request #200 from t3n/dependabot/github_actions/actions/setup-node-6.0.0
chore(deps): bump actions/setup-node from 4.4.0 to 6.0.0
2 parents ccc4fb2 + 53b850c commit 57b28f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm-run.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@v5.0.0
3434

3535
- name: setup node
36-
uses: actions/setup-node@v4.4.0
36+
uses: actions/setup-node@v6.0.0
3737
with:
3838
node-version: ${{ inputs.NODE_VERSION }}
3939
cache: "npm"

0 commit comments

Comments
 (0)