Skip to content

Commit ca494a8

Browse files
committed
ds
1 parent 33f4694 commit ca494a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ jobs:
146146
export NVM_DIR="$HOME/.nvm"
147147
# Note: Specify `--install` due to https://github.com/nvm-sh/nvm/issues/1985.
148148
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" --install
149+
- run: env
149150
- run: nvm use $(cat .nvmrc)
150151
- name: Install node modules
151152
run: yarn install --immutable

0 commit comments

Comments
 (0)