Skip to content

Commit a80d054

Browse files
committed
ci: update node to 20+
1 parent 1c84c4d commit a80d054

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
strategy:
1212
matrix:
13-
version: [18, 20, 22]
13+
version: [20, 22]
1414
name: 🏗️ Build
1515
runs-on: ubuntu-latest
1616
permissions:
@@ -26,7 +26,7 @@ jobs:
2626
test:
2727
strategy:
2828
matrix:
29-
version: [18, 20, 22]
29+
version: [20, 22]
3030
name: 🧪 A11y tests
3131
runs-on: ubuntu-latest
3232
steps:

0 commit comments

Comments
 (0)