fix(ci/floccus)

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr 2023-12-10 18:29:23 +01:00
parent 95ef90c7bd
commit 810a0db676
1 changed files with 9 additions and 0 deletions

View File

@ -39,6 +39,7 @@ jobs:
with:
path: floccus
ref: ${{ matrix.floccus-branch }}
repository: floccusAddon/floccus
- name: Set up node ${{ matrix.node-version }}
uses: actions/setup-node@v1
@ -143,6 +144,14 @@ jobs:
steps:
- name: Set up node ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Set up npm ${{ matrix.npm-version }}
run: npm i -g npm@"${{ matrix.npm-version }}"
- name: Restore context
uses: buildjet/cache/restore@v3
with: