mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Merge pull request #536 from methbkts/patch-1
chore: update actions version to use node 16 version
This commit is contained in:
commit
2b3ed35d83
1 changed files with 1 additions and 1 deletions
2
.github/workflows/eslint.yml
vendored
2
.github/workflows/eslint.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue