diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0024cac..f8afe7d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,7 +15,7 @@ jobs: - name: 🟢 node uses: actions/setup-node@v3.3.0 with: - node-version: 18 + node-version: 22 registry-url: https://registry.npmjs.org - name: 🧶 Print Yarn Version run: yarn --version