From 24a7b3144b7ec1706388237abf9dfd5a10e64064 Mon Sep 17 00:00:00 2001 From: Adam Matthiesen <30383579+Adammatthiesen@users.noreply.github.com> Date: Mon, 4 Mar 2024 22:18:10 -0800 Subject: [PATCH] Update changeset-main.yml --- .github/workflows/changeset-main.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/changeset-main.yml b/.github/workflows/changeset-main.yml index 52f7b42f..f3dc9849 100644 --- a/.github/workflows/changeset-main.yml +++ b/.github/workflows/changeset-main.yml @@ -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"