Skip to content

Commit 86e8e7f

Browse files
committed
fix: simplify workflow
1 parent 5672b4b commit 86e8e7f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,12 @@ on:
1313
jobs:
1414
rules-build:
1515
runs-on: ubuntu-latest
16-
strategy:
17-
matrix:
18-
node-version: [14.x]
1916
steps:
2017
- uses: actions/checkout@v3
2118
- name: Use Node.js ${{ matrix.node-version }}
2219
uses: actions/setup-node@v3
2320
with:
24-
node-version: ${{ matrix.node-version }}
21+
node-version: 16
2522
- run: yarn install
2623
- working-directory: ./spectral
2724
run: yarn build

0 commit comments

Comments
 (0)