diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b8b2e7..833eea6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node: [14] + node: [20] runs-on: ${{ matrix.os }} steps: - name: Check out the repository @@ -40,7 +40,7 @@ jobs: strategy: matrix: os: [windows-latest, macOS-latest, ubuntu-latest] - node: [10, 12, 14] + node: [10, 16, 20] runs-on: ${{ matrix.os }} steps: - name: Check out the repository diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a489f65..e2f0e9c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node: [14] + node: [20] runs-on: ${{ matrix.os }} steps: - name: Wait for the CI workflow to complete diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6e97a5c..17593b1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node: [14] + node: [20] runs-on: ${{ matrix.os }} steps: - name: Wait for the CI workflow to complete