Skip to content

Commit

Permalink
Merge pull request #227 from makermelissa/beta
Browse files Browse the repository at this point in the history
Undo GitHub Actions changes but use node 18 (same as beta)
  • Loading branch information
makermelissa authored Aug 6, 2024
2 parents 2c0c147 + 97dea7d commit b16f172
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 18
cache: 'npm'
- run: rm -rf node_modules
- run: rm package-lock.json
- run: npm install
- run: npm ci
- run: npm run build

0 comments on commit b16f172

Please sign in to comment.