Skip to content

Commit

Permalink
fix(deps): use node v18.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylachun committed Apr 29, 2024
1 parent 7c86b26 commit 34e0b96
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ jobs:
name: Restore Yarn Package Cache
keys:
- yarn-packages-{{ .Branch }}-{{ checksum "yarn.lock" }}
- run:
name: Use Node Version 18.3.0
command: nvm alias default node
- run: nvm alias default node
- run:
name: Install Dependencies
command: yarn --frozen-lockfile
Expand Down

0 comments on commit 34e0b96

Please sign in to comment.