Skip to content

Commit d2470ec

Browse files
chore: revert node version
1 parent d9530bb commit d2470ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/http-spec-compliance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
uses: actions/checkout@v3
2626

2727
- name: Setup Node.js
28-
uses: actions/setup-node@v4
28+
uses: actions/setup-node@v3
2929
with:
30-
node-version: 20
30+
node-version: 18
3131

3232
- name: Setup NPM cache
3333
uses: actions/cache@v3

0 commit comments

Comments
 (0)