forked from MapComplete/MapComplete
Attempt to fix build
This commit is contained in:
parent
ecf0a4f749
commit
8df7901fa5
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,8 @@ description: 'Checkout code, set up Nodejs, run `npm ci`'
|
||||||
runs:
|
runs:
|
||||||
using: 'composite'
|
using: 'composite'
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup up Node.js
|
- name: Setup up Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
|
@ -10,6 +12,8 @@ runs:
|
||||||
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