Skip to content

Commit 7209e78

Browse files
authored
ci(workflows): updates and fixes (#975)
1 parent bb573c8 commit 7209e78

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
node:
15+
node_version:
1616
- 18
1717
- 20
18-
name: Node ${{ matrix.node }}
18+
name: Node ${{ matrix.node_version }}
1919
steps:
2020
- uses: actions/checkout@v4
2121
- uses: actions/setup-node@v4
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/setup-node@v4
3535
with:
3636
cache: npm
37-
node-version: 16
37+
node-version: 20
3838
- run: npm ci
3939
- run: npm run validate:ts
4040
if: ${{ always() }}

.github/workflows/update-prettier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/setup-node@v4
1212
with:
1313
cache: npm
14-
node-version: 16
14+
node-version: 20
1515
- run: npm ci
1616
- run: npm run lint:fix
1717
- uses: gr2m/[email protected]

0 commit comments

Comments
 (0)