diff --git a/.github/workflows/regression-test.yml b/.github/workflows/regression-test.yml index 54b4af0..0252369 100644 --- a/.github/workflows/regression-test.yml +++ b/.github/workflows/regression-test.yml @@ -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