Skip to content

Commit

Permalink
ci: remove minor version on node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
inigomarquinez authored May 18, 2024
1 parent bd70fd1 commit 8eff6fa
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 @@ -127,7 +127,7 @@ jobs:
node-version: "21.7"

- name: Node.js 22.x
node-version: "22.0"
node-version: "22"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 8eff6fa

Please sign in to comment.