Skip to content

Commit 4be5268

Browse files
committed
remove specific node versions from CI
1 parent 9091c8d commit 4be5268

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ jobs:
6868
matrix:
6969
include:
7070
- name: Node 18
71-
NODE_VERSION: 18.20.3
71+
NODE_VERSION: 18
7272
- name: Node 20
73-
NODE_VERSION: 20.15.0
73+
NODE_VERSION: 20
7474
- name: Node 22
75-
NODE_VERSION: 22.4.0
75+
NODE_VERSION: 22
7676
fail-fast: false
7777
steps:
7878
- name: Fix usage of insecure GitHub protocol

0 commit comments

Comments
 (0)