Chore: Upgrade to AIK & Massive Overhaul to internal processing #78

Merged
Adammatthiesen merged 46 commits from issue-77-Chore_Upgrade_to_utilize_AIK_&_Massive_integration_overhaul into main 2024-03-07 12:08:19 +00:00
1 changed files with 5 additions and 2 deletions
Showing only changes of commit e73131984b - Show all commits

View File

@ -3,6 +3,9 @@ on:
push:
branches:
- main
permissions:
pull-requests: write
contents: write
env:
CI: true
jobs:
@ -17,7 +20,7 @@ jobs:
- name: setup node.js
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- name: install pnpm
run: npm i pnpm@latest -g
- name: Setup npmrc
@ -25,7 +28,7 @@ jobs:
- name: install dependencies
run: pnpm install
- name: create and publish versions
uses: matthiesenxyz/changeset-action@v1
uses: changesets/action@v1
with:
version: pnpm ci:version
commit: "chore: update versions"