We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d21cb27 commit c62b99cCopy full SHA for c62b99c
.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.5.1
+ uses: actions/setup-node@v3.6.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