Skip to content

Commit

Permalink
Upgrade node in Circle-CI to latest LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
davehunt committed Apr 17, 2023
1 parent 424670a commit 2e2bea9
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 @@ -10,7 +10,7 @@ jobs:
executor:
name: node/default
# The Node version here must be kept in sync with that in `package.json`.
tag: '12.14.1'
tag: '18.16.0'
steps:
- checkout
- node/install-packages:
Expand All @@ -30,4 +30,4 @@ jobs:
name: Check code coverage changes

orbs:
node: circleci/node@4.1.1
node: circleci/node@5.1.0

0 comments on commit 2e2bea9

Please sign in to comment.