diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 2cb1583..7ebb242 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 14.x + node-version: 24.x cache: yarn - name: Validate cache run: yarn install --immutable @@ -37,7 +37,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 14.x + node-version: 24.x cache: yarn - name: install run: yarn install --immutable @@ -53,7 +53,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 14.x + node-version: 24.x cache: yarn - name: install run: yarn install --immutable @@ -69,7 +69,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 14.x + node-version: 24.x cache: yarn - name: install run: yarn install --immutable @@ -85,7 +85,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 14.x + node-version: 24.x cache: yarn - name: install run: yarn install --immutable diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5e1c1fa..e5a855d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 14 + node-version: 24 - run: yarn install - run: yarn test - run: yarn build