diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bde9777ac..152f151b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,9 +17,9 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - run: npm i -g corepack@latest && corepack enable - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 - name: Install dependencies run: pnpm install diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6b6bbd022..511d8fcbc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install pnpm uses: pnpm/action-setup@v2 @@ -19,9 +19,9 @@ jobs: version: 9 - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 cache: 'pnpm' - name: Cache pnpm dependencies diff --git a/.nvmrc b/.nvmrc index 8fdd954df..cabf43b5d 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -22 \ No newline at end of file +24 \ No newline at end of file diff --git a/.prettierignore b/.prettierignore index 44b09d6e2..17a9de676 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,4 +1,3 @@ backup/ *.md -node_modules pnpm-lock.yaml \ No newline at end of file