Skip to content

Commit

Permalink
chore(ci): change node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel A. White committed May 20, 2024
1 parent 502d8e6 commit 199dc5e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@ defaults:
tags:
only: /^v.*/
node-versions: &node-versions
- "12.22"
- "14.21"
- &node-maintenance-lts "16.20"
- &node-active-lts "18.18"
- &node-current "20.5"
- "16.20"
- &node-maintenance-lts "18.20"
- &node-active-lts "20.13"
- &node-current "22.2"
pkg-cache-path: &pkg-cache-path /tmp/pkg-node-binaries
ldid-version: &ldid-version 2.1.5-procursus7 # https://github.com/ProcursusTeam/ldid

Expand Down

0 comments on commit 199dc5e

Please sign in to comment.