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 Sep 12, 2024
1 parent 1bbc567 commit b6d1e93
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 @@ -148,14 +148,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 b6d1e93

Please sign in to comment.