Skip to content

Commit

Permalink
Use node 22 for Promise.withResolvers
Browse files Browse the repository at this point in the history
  • Loading branch information
plusminushalf committed Dec 31, 2024
1 parent efbf100 commit fc905b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 22

- name: Install dependencies
uses: ./.github/actions/install-dependencies

Expand Down

0 comments on commit fc905b9

Please sign in to comment.