Remove node from GitHub workflow for now
This commit is contained in:
parent
c71488bd0f
commit
1a73566528
1 changed files with 5 additions and 5 deletions
10
.github/actions/install-build/action.yml
vendored
10
.github/actions/install-build/action.yml
vendored
|
@ -4,11 +4,11 @@ description: "Install and build"
|
||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/setup-node@v4
|
# - uses: actions/setup-node@v4
|
||||||
with:
|
# with:
|
||||||
node-version: lts/*
|
# node-version: lts/*
|
||||||
cache: yarn
|
# cache: yarn
|
||||||
cache-dependency-path: '**/yarn.lock'
|
# cache-dependency-path: '**/yarn.lock'
|
||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
|
|
Loading…
Reference in a new issue