diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ff3a53c3..fd7df4bd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 20.x + node-version: 22.x cache: 'pnpm' # You can active this cache when your repo has a lockfile - name: Install deps (with cache) @@ -87,7 +87,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 20.x + node-version: 22.x cache: 'pnpm' # You can active this cache when your repo has a lockfile - name: Install deps (with cache) diff --git a/package.json b/package.json index 6c08e6ec..1b07142c 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ }, "devDependencies": { "@playwright/test": "^1.26.1", - "@types/node": "^20.17.3", + "@types/node": "^22.9.0", "@types/react": "^18.3.1", "autoprefixer": "^10.4.7", "dotenv": "^16.0.1",