diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 77b772d..c14ce05 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 - uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3 with: - node-version: 17 + node-version: 18 - run: corepack enable - run: yarn set version classic - run: yarn install