Skip to content

Commit

Permalink
chore(deps): bump actions/setup-node from 3.6.0 to 4.0.0
Browse files Browse the repository at this point in the history
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.6.0 to 4.0.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v3.6.0...v4.0.0)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent ccc83f7 commit 550b1b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
sudo luarocks install luacheck > build.log 2>&1 || (cat build.log && exit 1)
- name: Setup Nodejs env
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v4.0.0
with:
node-version: '12'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: egor-tensin/setup-clang@v1

- name: Set up Node.js
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v4.0.0
with:
node-version: 10.0.0

Expand Down

0 comments on commit 550b1b0

Please sign in to comment.