diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5d6ed258..7c8ca009 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,23 +11,23 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@master + uses: actions/checkout@v3 with: # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits fetch-depth: 0 # synced with #node-version - - name: Setup Node.js 14.x - uses: actions/setup-node@master + - name: Setup Node.js 16.x + uses: actions/setup-node@v3 with: - node-version: 14.x + node-version: 16.x - name: Install Dependencies run: yarn - name: Create Release Pull Request or Publish to npm id: changesets - uses: changesets/action@master + uses: changesets/action@v1 with: publish: yarn release env: