diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 2942e0d..1804abd 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -26,7 +26,7 @@ jobs: - name: Install Node uses: actions/setup-node@v3 with: - node-version: 12 + node-version: 24 architecture: x64 - name: Setup pnpm @@ -69,7 +69,7 @@ jobs: - uses: UziTech/action-setup-atom@v1 - uses: actions/setup-node@v3 with: - node-version: "14.x" + node-version: "24.x" - name: NPM install run: npm install