Skip to content

Commit

Permalink
CI: deprecate node12
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Oct 17, 2024
1 parent 2e5eec2 commit 8adf723
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/awaitqueue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,18 @@ jobs:
ci:
- os: ubuntu-20.04
node: 16
- os: ubuntu-20.04
node: 18
- os: ubuntu-22.04
node: 20
- os: ubuntu-24.04
node: 22
- os: macos-13
node: 18
- os: macos-14
node: 20
- os: macos-15
node: 22
- os: windows-2022
node: 20
node: 22

runs-on: ${{ matrix.ci.os }}

Expand Down

0 comments on commit 8adf723

Please sign in to comment.