Remove nodejs from test workflow (#1131)

This commit is contained in:
Jamil
2022-11-18 11:18:34 -08:00
committed by GitHub
parent 50b2ab83a0
commit ddcbc4dbd5

View File

@@ -28,11 +28,6 @@ jobs:
net-tools \
wireguard
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- uses: erlef/setup-beam@v1
with:
otp-version: '25'