Skip to content

Commit

Permalink
Didn't specify the node version correctly. Removing the strategy matr…
Browse files Browse the repository at this point in the history
…ix - probably don't need it for generating documentation?
  • Loading branch information
smallsaucepan committed May 3, 2024
1 parent 58e94d6 commit 45c934a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,12 @@ on:

jobs:
build:
strategy:
matrix:
version: [20]
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 14
node-version: 20
- run: npm install
- run: npm run build

0 comments on commit 45c934a

Please sign in to comment.