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 34e0b96 commit 9911057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
name: Restore Yarn Package Cache
keys:
- yarn-packages-{{ .Branch }}-{{ checksum "yarn.lock" }}
- run: nvm alias default node
- run:
name: Install Dependencies
command: yarn --frozen-lockfile
Expand Down Expand Up @@ -57,6 +56,7 @@ jobs:
- run:
command: cd httpbin && gunicorn -b 0.0.0.0:80 httpbin:app -k gevent
background: true
- run: nvm alias default node
- run:
name: Install Dependencies
command: yarn --frozen-lockfile
Expand Down

0 comments on commit 9911057

Please sign in to comment.