Skip to content

Commit 641e18b

Browse files
chore(deps): bump actions/setup-node from 3.4.1 to 3.5.0 (#130)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a98248c commit 641e18b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
sudo luarocks install luacheck > build.log 2>&1 || (cat build.log && exit 1)
2020
2121
- name: Setup Nodejs env
22-
uses: actions/setup-node@v3.4.1
22+
uses: actions/setup-node@v3.5.0
2323
with:
2424
node-version: '12'
2525

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: egor-tensin/setup-clang@v1
2727

2828
- name: Set up Node.js
29-
uses: actions/setup-node@v3.4.1
29+
uses: actions/setup-node@v3.5.0
3030
with:
3131
node-version: 10.0.0
3232

0 commit comments

Comments
 (0)