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:
|
||||
using: 'composite'
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Setup up Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
|
@ -10,6 +12,8 @@ runs:
|
|||
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