mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
chore: update actions version to use node 16 version
Node 12 version is deprecated since April 2022. > Node.js 12 actions are deprecated. For more information see: [github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12](https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/). Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-python@v2
This commit is contained in:
parent
5a96a2ced5
commit
1e4756ca28
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…
Add table
Reference in a new issue