Skip to content

Commit

Permalink
fixme
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelz committed May 24, 2023
1 parent b6b290f commit 03f34e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ jobs:
- run: sudo apt-get --allow-releaseinfo-change update
- run: sudo apt install -y postgresql-client
- run: sudo apt install -y ffmpeg
- run: sudo apt install nodejs npm
- node/install:
install-yarn: true
node-version: '16.13'
- run: curl -fsSL https://deb.nodesource.com/setup_current.x | bash - && apt-get install -y nodejs

- restore_cache:
Expand Down

0 comments on commit 03f34e2

Please sign in to comment.