Skip to content

Commit

Permalink
(website) chore: try npm install with node22.4 and without package-lo…
Browse files Browse the repository at this point in the history
…ck.json
  • Loading branch information
alichry committed Feb 16, 2025
1 parent 8e9f164 commit dc5bab4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18,194 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 18
- name: Use Node.js 22.4
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 22.4
- name: Install root dependencies
run: npm install
- name: Bootstrap dependencies
Expand Down
Loading

0 comments on commit dc5bab4

Please sign in to comment.