fix workflow

This commit is contained in:
wh1te909 2022-04-28 06:56:03 +00:00
parent 54b6866e21
commit 699bd9de10
1 changed files with 2 additions and 1 deletions

View File

@ -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