fix workflow
This commit is contained in:
parent
54b6866e21
commit
699bd9de10
|
@ -7,6 +7,7 @@ on:
|
|||
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
@ -15,7 +16,7 @@ jobs:
|
|||
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 14
|
||||
node-version: 16
|
||||
- run: npm install
|
||||
|
||||
- name: Run Prettier formatting
|
||||
|
|
Loading…
Reference in New Issue