Skip to content

Commit

Permalink
chore: update circleci config
Browse files Browse the repository at this point in the history
- node v16 is eol, oldest version is now 18 for tests
- node orb v5.2.0
  • Loading branch information
mnater committed Jun 16, 2024
1 parent 4223228 commit 2c6f4a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 2.1
# Orbs are reusable packages of CircleCI configuration that you may share across projects, enabling you to create encapsulated, parameterized commands, jobs, and executors that can be used across multiple projects.
# See: https://circleci.com/docs/2.0/orb-intro/
orbs:
node: circleci/node@5.1.0
node: circleci/node@5.2.0
coveralls: coveralls/coveralls@2.2.1

# Invoke jobs via workflows
Expand All @@ -29,4 +29,4 @@ workflows:
- test:
matrix:
parameters:
node-version: ["current", "lts", "16.20.2"]
node-version: ["current", "lts", "18.20.3"]

0 comments on commit 2c6f4a5

Please sign in to comment.