Skip to content

Commit

Permalink
fix: 💚 Revert to node 22.4.1; 22.5.0 breaks ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinhern committed Jul 18, 2024
1 parent 05da2d3 commit 0948805
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Use the latest stable Node.js
uses: actions/setup-node@v4
with:
node-version: "node"
node-version: v22.4.x
cache: "npm"

- name: Install Dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Use the latest stable Node.js
uses: actions/setup-node@v4
with:
node-version: "node"
node-version: v22.4.x
cache: "npm"

- name: Install Dependencies
Expand Down

0 comments on commit 0948805

Please sign in to comment.