We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a98248c commit 641e18bCopy full SHA for 641e18b
.github/workflows/lint.yml
@@ -19,7 +19,7 @@ jobs:
19
sudo luarocks install luacheck > build.log 2>&1 || (cat build.log && exit 1)
20
21
- name: Setup Nodejs env
22
- uses: actions/setup-node@v3.4.1
+ uses: actions/setup-node@v3.5.0
23
with:
24
node-version: '12'
25
.github/workflows/test.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: egor-tensin/setup-clang@v1
27
28
- name: Set up Node.js
29
30
31
node-version: 10.0.0
32
0 commit comments