summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Mannehed <samuel@cendio.se>2021-10-22 13:42:41 +0200
committerSamuel Mannehed <samuel@cendio.se>2021-10-22 13:42:41 +0200
commita5499bbffeb74f03d2496f158e2edc2d036a87a6 (patch)
tree28d7dd699d07c8d0e42a9ad0061fc1ae0979b472
parent463c39e4af98ec4106b87bbea17e1605aa4c6180 (diff)
downloadnovnc-a5499bbffeb74f03d2496f158e2edc2d036a87a6.tar.gz
Bump up node version for lint github action
Apparently the new eslint version doesn't work with the older version of node that we were using. Asking for '@v2' seems to help. It's unclear what version of node we get now though since v2 isn't as verbose in its output.
-rw-r--r--.github/workflows/lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index aaa3673..25cbf4d 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- - uses: actions/setup-node@v1
+ - uses: actions/setup-node@v2
- run: npm install
- run: npm run lint
html: