chore: update workflows

This commit is contained in:
LuanRT
2024-02-22 22:47:17 -03:00
parent 2068dfb73e
commit c444843799
2 changed files with 2 additions and 2 deletions

View File

@@ -13,6 +13,6 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
node-version: 20
- run: npm ci
- run: npm run lint

View File

@@ -13,6 +13,6 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
node-version: 20
- run: npm ci
- run: npm run test