We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33f4694 commit ca494a8Copy full SHA for ca494a8
.github/workflows/pr.yml
@@ -146,6 +146,7 @@ jobs:
146
export NVM_DIR="$HOME/.nvm"
147
# Note: Specify `--install` due to https://github.com/nvm-sh/nvm/issues/1985.
148
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" --install
149
+ - run: env
150
- run: nvm use $(cat .nvmrc)
151
- name: Install node modules
152
run: yarn install --immutable
0 commit comments