diff --git a/.github/workflows/changeset-version.yml b/.github/workflows/changeset-version.yml index 87af6ec44..731112568 100644 --- a/.github/workflows/changeset-version.yml +++ b/.github/workflows/changeset-version.yml @@ -15,13 +15,13 @@ jobs: steps: - name: Checkout Repo # https://github.com/actions/checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - - name: Setup Node.js 16.x + - name: Setup Node.js 20.x # https://github.com/actions/setup-node - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: - node-version: 16.x + node-version: 20.x - name: Install Dependencies run: yarn