diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 59b816d..b3d5ab4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 - name: Install deps run: yarn - name: Lint @@ -40,7 +40,7 @@ jobs: - uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 - name: Install deps run: yarn @@ -74,7 +74,7 @@ jobs: name: target - uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 - name: Install deps run: | sudo apt-get install moreutils @@ -139,7 +139,7 @@ jobs: name: target - uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 - name: Codeclimate uses: paambaati/codeclimate-action@v9.0.0