fix: up workflow node to lts

This commit is contained in:
Webber 2023-08-16 10:18:03 +02:00
parent 9df62595fe
commit be6d1ab351
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ jobs:
lfs: true lfs: true
- uses: actions/setup-node@v3 - uses: actions/setup-node@v3
with: with:
node-version: 16.x node-version: '18'
- run: yarn - run: yarn
- run: yarn run cli --help - run: yarn run cli --help
env: env:

View File

@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: actions/setup-node@v3 - uses: actions/setup-node@v3
with: with:
node-version: '16' node-version: '18'
- run: yarn - run: yarn
- run: yarn lint - run: yarn lint
- run: yarn test --coverage - run: yarn test --coverage