Skip to content

Commit

Permalink
Downgrade version of node in github action to fix recent failures
Browse files Browse the repository at this point in the history
npm/cli#7666 indicates it might be something
recent.
  • Loading branch information
erfanio committed Jul 19, 2024
1 parent ed807ad commit 5fa6cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: latest
node-version: 22.0

- name: Build
run: |
Expand Down

0 comments on commit 5fa6cac

Please sign in to comment.