Skip to content

Commit

Permalink
chore: pin node.js version in circleci config (#3195)
Browse files Browse the repository at this point in the history
  • Loading branch information
smrz2001 authored Mar 27, 2024
1 parent cc53439 commit 5533292
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 @@ -26,7 +26,7 @@ commands:
name: Install rust-ceramic
command: sudo bash ci-scripts/install-rust-ceramic.sh
- node/install:
node-version: '20'
node-version: '20.11.1'
- node/install-packages
- run: npm run build
- run: npm run lint
Expand Down

0 comments on commit 5533292

Please sign in to comment.