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'
|
||||
description: 'Checkout code, set up Nodejs run `npm ci`'
|
||||
description: 'Checkout code, set up Nodejs, run `npm ci`'
|
||||
runs:
|
||||
using: 'composite'
|
||||
steps:
|
||||
- uses: https://source.mapcomplete.org/actions/checkout@v4
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Checkout up Node.js
|
||||
uses: https://source.mapcomplete.org/actions/setup-node@v4
|
||||
- name: Setup up Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: "20"
|
||||
cache: "npm"
|
||||
cache-dependency-path: package-lock.json
|
||||
|
||||
- name: install deps
|
||||
run: npm ci
|
||||
shell: bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue