Skip to content

Commit

Permalink
ci: Add specific node versions (#2233)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza authored Jul 16, 2024
1 parent 30bc0fd commit 942e2c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ jobs:
matrix:
include:
- name: Node 18
NODE_VERSION: 18
NODE_VERSION: 18.20.4
- name: Node 20
NODE_VERSION: 20
NODE_VERSION: 20.15.1
- name: Node 22
NODE_VERSION: 22
NODE_VERSION: 22.4.1
fail-fast: false
steps:
- name: Fix usage of insecure GitHub protocol
Expand Down

0 comments on commit 942e2c4

Please sign in to comment.