diff --git a/.github/workflows/branches.yml b/.github/workflows/branches.yml index a97a11a..fdb1c79 100644 --- a/.github/workflows/branches.yml +++ b/.github/workflows/branches.yml @@ -19,7 +19,7 @@ jobs: node-version: - 18.x - 20.x - - 21.x + - 22.x steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 4a36476..0a7b47d 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -17,7 +17,7 @@ jobs: node-version: - 18.x - 20.x - - 21.x + - 22.x steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} @@ -52,7 +52,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: 20 + node-version: 22 - run: yarn - run: yarn build - run: yarn test