Skip to content

Commit

Permalink
fix node14
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed May 3, 2024
1 parent b5b6ab9 commit 4fbbcc0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
node-version: "14.19.0"
node-version: "14.18.1"
architecture: 'x64' # fix for macos-latest
- run: npm ci
- run: npm run build
- run: npm run lint
Expand All @@ -43,7 +44,8 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
node-version: "14.19.0"
node-version: "14.18.1"
architecture: 'x64' # fix for macos-latest

#build package
- run: npm ci
Expand Down

0 comments on commit 4fbbcc0

Please sign in to comment.