Skip to content

Commit

Permalink
Explicit Yarn Version for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
samihamine committed Sep 10, 2023
1 parent 20f38b2 commit 7a146c8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@ help: ## Lists all available make tasks and some short documentation about them
## Basic repo maintenance

# Installs npm dependencies
# node_modules:
# yarn set version self
# yarn install --immutable
# @touch $@
node_modules:
yarn set version self
yarn set version 3.2.1
yarn install --immutable
@touch $@

Expand Down

0 comments on commit 7a146c8

Please sign in to comment.