Skip to content

Commit edbed04

Browse files
authored
Merge pull request #75 from no-js-dev/dependabot/github_actions/actions/setup-node-7
chore(deps): bump actions/setup-node from 6 to 7
2 parents b922f96 + 34e635c commit edbed04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Clone NoJS Core for tests
1717
run: git clone --depth 1 https://github.com/no-js-dev/nojs.git "$GITHUB_WORKSPACE/../NoJS"
1818

19-
- uses: actions/setup-node@v6
19+
- uses: actions/setup-node@v7
2020
with:
2121
node-version: 20
2222
cache: npm

0 commit comments

Comments
 (0)