Enable setup-node step again
This commit is contained in:
parent
55defdfeaa
commit
5dda0da73e
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:
|
||||
using: "composite"
|
||||
steps:
|
||||
# - uses: actions/setup-node@v4
|
||||
# with:
|
||||
# node-version: lts/*
|
||||
# cache: yarn
|
||||
# cache-dependency-path: '**/yarn.lock'
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: lts/*
|
||||
cache: yarn
|
||||
cache-dependency-path: '**/yarn.lock'
|
||||
- uses: actions/cache@v3
|
||||
with:
|
||||
path: |
|
||||
|
|
Loading…
Reference in a new issue