diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index f26b3755..6e22e4f0 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -15,10 +15,10 @@ jobs: - uses: oven-sh/setup-bun@v1 with: bun-version: latest - - name: Use Node.js 18.x + - name: Use Node.js 22.x uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 22.x - name: Install Redrun run: bun i yarn redrun -g --no-save - name: NPM Install diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 9dc3035e..8bdc6cc0 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -9,8 +9,8 @@ jobs: strategy: matrix: node-version: - - 18.x - 20.x + - 22.x steps: - uses: actions/checkout@v4 - uses: oven-sh/setup-bun@v1