Skip to content

Commit

Permalink
chore: use Node 22 for main tests (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey authored Nov 19, 2024
1 parent 028a8d7 commit acada22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: ⎔ Setup Node
uses: actions/setup-node@v3
with:
node-version: 20
node-version: 22

- name: 📥 Install dependencies
run: npm install
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
- name: ⎔ Setup node
uses: actions/setup-node@v3
with:
node-version: 20
node-version: 22

- name: 📥 Install dependencies
run: npm install
Expand Down

0 comments on commit acada22

Please sign in to comment.