diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 290a7872..57593934 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - node: ["20.x"] + node: ["lts/*"] permissions: id-token: write contents: read @@ -17,7 +17,7 @@ jobs: - name: 🧱 Checkout repository uses: actions/checkout@v4 - name: 🔩 Setup PNPM - uses: pnpm/action-setup@v3.0.0 + uses: pnpm/action-setup@v3 with: version: next-9 standalone: true diff --git a/.github/workflows/format-check.yml b/.github/workflows/format-check.yml index 8b725f74..3f2764df 100644 --- a/.github/workflows/format-check.yml +++ b/.github/workflows/format-check.yml @@ -9,12 +9,12 @@ jobs: strategy: fail-fast: false matrix: - node: ["20.x"] + node: ["lts/*"] steps: - name: 🧱 Checkout repository uses: actions/checkout@v4 - name: 🔩 Setup PNPM - uses: pnpm/action-setup@v3.0.0 + uses: pnpm/action-setup@v3 with: version: next-9 standalone: true diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 06e82632..1f0d9b4c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,12 +9,12 @@ jobs: strategy: fail-fast: false matrix: - node: ["20.x"] + node: ["lts/*"] steps: - name: 🧱 Checkout repository uses: actions/checkout@v4 - name: 🔩 Setup PNPM - uses: pnpm/action-setup@v3.0.0 + uses: pnpm/action-setup@v3 with: version: next-9 standalone: true diff --git a/package.json b/package.json index 37413a26..db1122b4 100644 --- a/package.json +++ b/package.json @@ -56,8 +56,5 @@ "prettier": "3.2.5", "prettier-plugin-astro": "0.13.0", "prettier-plugin-tailwindcss": "0.5.14" - }, - "engines": { - "pnpm": "9" } }