forked from MapComplete/MapComplete
Attempt to fix build
This commit is contained in:
parent
fb99350d8a
commit
9b501a0844
1 changed files with 5 additions and 4 deletions
|
@ -1,16 +1,17 @@
|
||||||
name: 'Setup'
|
name: 'Setup'
|
||||||
description: 'Checkout code, set up Nodejs run `npm ci`'
|
description: 'Checkout code, set up Nodejs, run `npm ci`'
|
||||||
runs:
|
runs:
|
||||||
using: 'composite'
|
using: 'composite'
|
||||||
steps:
|
steps:
|
||||||
- uses: https://source.mapcomplete.org/actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Checkout up Node.js
|
- name: Setup up Node.js
|
||||||
uses: https://source.mapcomplete.org/actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: "20"
|
node-version: "20"
|
||||||
cache: "npm"
|
cache: "npm"
|
||||||
cache-dependency-path: package-lock.json
|
cache-dependency-path: package-lock.json
|
||||||
|
|
||||||
- name: install deps
|
- name: install deps
|
||||||
run: npm ci
|
run: npm ci
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue