Skip to content

Commit 917d2df

Browse files
authored
chore(ci): drop nodejs 18 support (#798)
1 parent 31b16c0 commit 917d2df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ concurrency:
77
cancel-in-progress: true
88

99
env:
10-
LATEST_NODE_VERSION: 18
10+
LATEST_NODE_VERSION: 20
1111

1212
jobs:
1313
ci:
1414
runs-on: ubuntu-latest
1515

1616
strategy:
1717
matrix:
18-
node: [18, 20, 22]
18+
node: [20, 22]
1919
fail-fast: false
2020

2121
services:

0 commit comments

Comments
 (0)