Merge pull request #536 from methbkts/patch-1

chore: update actions version to use node 16 version
This commit is contained in:
Alexandre Aubin 2023-10-31 12:59:09 +01:00 committed by GitHub
commit 2b3ed35d83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install npm dependencies
run: cd app && npm ci
- name: Run linter