Skip to content

Commit

Permalink
Remove duplicate Node 20 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
arildm committed Jan 30, 2024
1 parent 5e16077 commit 44efe09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ jobs:

strategy:
matrix:
# Having "" here enables the `node-version-file` option
node-version: ["", 18, 20]
# From lowest supported version up to the one pinned in .nvmrc
# The empty string enables the `node-version-file` option which reads from .nvmrc
node-version: [18, ""]

steps:
- name: Checkout main repo
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.9
20.11

0 comments on commit 44efe09

Please sign in to comment.