We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb573c8 commit 7209e78Copy full SHA for 7209e78
.github/workflows/test.yml
@@ -12,10 +12,10 @@ jobs:
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
- node:
+ node_version:
16
- 18
17
- 20
18
- name: Node ${{ matrix.node }}
+ name: Node ${{ matrix.node_version }}
19
steps:
20
- uses: actions/checkout@v4
21
- uses: actions/setup-node@v4
@@ -34,7 +34,7 @@ jobs:
34
35
with:
36
cache: npm
37
- node-version: 16
+ node-version: 20
38
- run: npm ci
39
- run: npm run validate:ts
40
if: ${{ always() }}
.github/workflows/update-prettier.yml
@@ -11,7 +11,7 @@ jobs:
11
- run: npm run lint:fix
- uses: gr2m/[email protected]
0 commit comments