Skip to content

Commit

Permalink
Try bumping node version to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
anaximander committed Mar 25, 2024
1 parent 6fec037 commit 553353f
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 @@ -5,7 +5,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/orb-intro/
orbs:
node: circleci/node@5.1.0
node: circleci/node@5.2.0
aws-cli: circleci/aws-cli@4.0.0

# Define a job to be invoked later in a workflow.
Expand All @@ -22,7 +22,7 @@ jobs:
- checkout
- node/install:
install-yarn: true
node-version: '14.21'
node-version: '16.13'
- node/install-packages:
override-ci-command: yarn install
- run:
Expand Down

0 comments on commit 553353f

Please sign in to comment.