version bump

This commit is contained in:
2023-06-02 23:57:55 +02:00
parent acd8dff426
commit 5c05023784
4 changed files with 409 additions and 403 deletions

View File

@@ -5,11 +5,9 @@ runs:
using: "composite"
steps:
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v3
with:
node-version: 18
node-version-file: .nvmrc
cache: "pnpm"
- name: Install dependencies
run: pnpm install --frozen-lockfile