From a5499bbffeb74f03d2496f158e2edc2d036a87a6 Mon Sep 17 00:00:00 2001 From: Samuel Mannehed Date: Fri, 22 Oct 2021 13:42:41 +0200 Subject: 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. --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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: -- cgit v1.2.1