Fix tests

This commit is contained in:
aronmal 2023-09-04 19:51:25 +02:00
parent 8e4c11570a
commit 129e36a6f2
Signed by: aronmal
GPG key ID: 816B7707426FC612
14 changed files with 804 additions and 801 deletions

View file

@ -18,12 +18,12 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8.6.10
version: 8.7.4
run_install: false
- name: Get pnpm store directory
@ -41,8 +41,8 @@ jobs:
- name: Add FA token
run: |
echo "@fortawesome:registry=https://npm.fontawesome.com/" > .npmrc
npm config set '//npm.fontawesome.com/:_authToken' "${{ secrets.FONTAWESOME_NPM_AUTH_TOKEN }}"
npm config set "@fortawesome:registry" "https://npm.fontawesome.com/"
npm config set "//npm.fontawesome.com/:_authToken" "${{ secrets.FONTAWESOME_NPM_AUTH_TOKEN }}"
- name: Install dependencies
run: pnpm install --frozen-lockfile