Update changeset-main.yml

This commit is contained in:
Adam Matthiesen 2024-03-04 22:18:29 -08:00 committed by GitHub
parent 0441bc0fad
commit e73131984b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 2 deletions

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"