🚧Move to local versions
This commit is contained in:
parent
1e1888c733
commit
7a9581fc54
1 changed files with 5 additions and 1 deletions
|
@ -10,7 +10,11 @@ jobs:
|
|||
lint:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: https://source.mapcomplete.org/actions/checkout@v4
|
||||
- name: Set up Node.js
|
||||
uses: https://source.mapcomplete.org/actions/setup-node@v4
|
||||
with:
|
||||
node-version: "20"
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
- name: Lint
|
||||
|
|
Loading…
Add table
Reference in a new issue