forked from mirrors/amnezia-wg-easy
CI: use versioned actions and node-version 18 to match with package.json
This commit is contained in:
parent
8f644873e7
commit
9a93f82314
5 changed files with 18 additions and 18 deletions
6
.github/workflows/lint.yml
vendored
6
.github/workflows/lint.yml
vendored
|
@ -13,11 +13,11 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@main
|
||||
uses: actions/checkout@v4
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@main
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 'current'
|
||||
node-version: '18'
|
||||
check-latest: true
|
||||
cache: 'npm'
|
||||
cache-dependency-path: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue