Prettier fixes and CI fix tentative 6
This commit is contained in:
parent
53cf4eeac1
commit
6cc517ac6f
9 changed files with 40 additions and 36 deletions
|
|
@ -7,10 +7,6 @@ jobs:
|
|||
build:
|
||||
runs-on: docker # ? check what it really means
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [23]
|
||||
|
||||
steps:
|
||||
- name: Checkout git repository
|
||||
uses: actions/checkout@v4
|
||||
|
|
@ -20,10 +16,9 @@ jobs:
|
|||
with:
|
||||
version: 10
|
||||
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
- name: Setup Nodejs
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
cache: "pnpm"
|
||||
|
||||
- name: "Install dependencies"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue