mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
Update linting_testing.yml
This commit is contained in:
parent
5ca384a0f7
commit
9cb182d201
1 changed files with 3 additions and 3 deletions
6
.github/workflows/linting_testing.yml
vendored
6
.github/workflows/linting_testing.yml
vendored
|
@ -15,12 +15,12 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install Node.js
|
||||
uses: actions/setup-node@v1
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16
|
||||
node-version: 18
|
||||
|
||||
- name: Install Yarn packages
|
||||
run: yarn install
|
||||
|
|
Loading…
Reference in a new issue