Skip to content

Commit

Permalink
since node version is now ignored, run on only one version of node
Browse files Browse the repository at this point in the history
  • Loading branch information
bengl committed Dec 12, 2024
1 parent 7ed3c7c commit c4078f3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,14 +163,9 @@ jobs:
- run: yarn type:doc

verify-yaml:
strategy:
matrix:
node-version: [16, 18, 20, 22]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/node/setup
- uses: ./.github/actions/install
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: node scripts/verify-ci-config.js

0 comments on commit c4078f3

Please sign in to comment.