Skip to content

Commit

Permalink
updating ci.yaml to use node 22.x
Browse files Browse the repository at this point in the history
  • Loading branch information
aryonoco committed Dec 6, 2024
1 parent 221bf8f commit 097845e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [22.x]

steps:
- name: "☁️ Checkout repository"
Expand Down

0 comments on commit 097845e

Please sign in to comment.