Skip to content

Commit

Permalink
ci(workflows): updates and fixes (#975)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 authored Feb 25, 2024
1 parent bb573c8 commit 7209e78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node:
node_version:
- 18
- 20
name: Node ${{ matrix.node }}
name: Node ${{ matrix.node_version }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand All @@ -34,7 +34,7 @@ jobs:
- uses: actions/setup-node@v4
with:
cache: npm
node-version: 16
node-version: 20
- run: npm ci
- run: npm run validate:ts
if: ${{ always() }}
2 changes: 1 addition & 1 deletion .github/workflows/update-prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/setup-node@v4
with:
cache: npm
node-version: 16
node-version: 20
- run: npm ci
- run: npm run lint:fix
- uses: gr2m/[email protected]
Expand Down

0 comments on commit 7209e78

Please sign in to comment.