Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Jun 12, 2024
1 parent c9e3bfa commit 8e6d29b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/awaitqueue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,19 @@ jobs:
node: 18
- os: ubuntu-22.04
node: 20
- os: macos-14
node: 20
- os: windows-2022
node: 20

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

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.ci.node }}

Expand Down

0 comments on commit 8e6d29b

Please sign in to comment.