Skip to content

Commit 33e875d

Browse files
committed
Don't install node, nvm is available.
By the look of it, nvm is included in ubuntu environment: https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu1804-README.md
1 parent 5ad54af commit 33e875d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,6 @@ jobs:
6666
- name: Check out repository code
6767
uses: actions/checkout@v2
6868

69-
- name: Install node
70-
uses: actions/setup-node@v1
71-
with:
72-
node-version: '14.15.0'
73-
7469
- name: Setup PHP ${{ matrix.php }}
7570
uses: shivammathur/setup-php@v2
7671
with:

0 commit comments

Comments
 (0)