diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fa4a826..40531d0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - name: Setup Node and pnpm - uses: silverhand-io/actions-node-pnpm-run-steps@v4 + uses: silverhand-io/actions-node-pnpm-run-steps@v5 - name: Lint run: pnpm lint diff --git a/package.json b/package.json index 79ccbb7..b0d6ad7 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "typescript": "^5.3.3" }, "engines": { - "node": "^18.12.0 || ^20.9.0", + "node": "^18.12.0 || ^20.9.0 || ^22.0.0", "pnpm": "^9.0.0" }, "prettier": "@silverhand/eslint-config/.prettierrc",