Skip to content

Commit e33afd5

Browse files
committed
change node version to minimum (18)
1 parent 6a1823d commit e33afd5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/runtime-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v4
1010
- uses: actions/setup-node@v4
1111
with:
12-
node-version: '20'
12+
node-version: '18'
1313
- uses: denoland/setup-deno@v2
1414
with:
1515
deno-version: v1.x
@@ -22,4 +22,3 @@ jobs:
2222
2323
- name: Runtime compatibility check
2424
run: npm run check:runtimes
25-

0 commit comments

Comments
 (0)