diff --git a/.github/workflows/changeset-release.yml b/.github/workflows/changeset-release.yml index 30d1ae7..5f8d794 100644 --- a/.github/workflows/changeset-release.yml +++ b/.github/workflows/changeset-release.yml @@ -15,10 +15,10 @@ jobs: with: fetch-depth: 0 - - name: Setup Node.js 16.x + - name: Set Node.js 18.x uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x - name: Install Yarn run: npm install --global yarn