Skip to content

Commit

Permalink
Updating github actions to try to get PR building.
Browse files Browse the repository at this point in the history
  • Loading branch information
smallsaucepan committed May 3, 2024
1 parent fc3aa58 commit 58e94d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
version: [14, 16]
version: [20]
name: Build
runs-on: ubuntu-latest
steps:
Expand All @@ -19,4 +19,4 @@ jobs:
with:
node-version: 14
- run: npm install
- run: npm run generate
- run: npm run build

0 comments on commit 58e94d6

Please sign in to comment.