Skip to content

Commit

Permalink
chore: try Node 21 because of httpyac error
Browse files Browse the repository at this point in the history
  • Loading branch information
shah committed May 16, 2024
1 parent c396a01 commit 18b4d25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/regression-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Use Node.js 20
- name: Use Node.js 21
uses: actions/setup-node@v3
with:
node-version: 20
node-version: 21

- name: Install httpyac
run: npm install -g httpyac
Expand Down

0 comments on commit 18b4d25

Please sign in to comment.