Remove node from GitHub workflow for now

This commit is contained in:
Djuri Baars 2024-03-16 23:05:35 +01:00
parent c71488bd0f
commit 1a73566528

View file

@ -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: |