Update main.yml
This commit is contained in:
parent
b1df1d82a1
commit
93beea11e8
1 changed files with 0 additions and 6 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -33,12 +33,6 @@ jobs:
|
|||
with:
|
||||
version: 8
|
||||
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
cache: 'pnpm'
|
||||
|
||||
- name: install frontend dependencies
|
||||
run: pnpm install # change this to npm or pnpm depending on which one you use
|
||||
|
||||
|
|
Loading…
Reference in a new issue