Skip to content

Commit 4d655e5

Browse files
EBR-98: define node.js version explicitly
1 parent 26dde4d commit 4d655e5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/run-python-tests.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,13 @@ jobs:
6666
steps:
6767
- uses: actions/checkout@v2
6868

69+
- name: Setup Node.js
70+
uses: actions/setup-node@v2
71+
with:
72+
node-version: '14'
73+
6974
- name: Setup Build Env
7075
run: |
71-
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
72-
. ~/.nvm/nvm.sh
73-
nvm install 14.15.3
74-
nvm use 14.15.3
7576
npm install --global yarn
7677
npm install react-collapsed
7778

0 commit comments

Comments
 (0)