aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShinigami <[email protected]>2025-07-04 13:50:53 +0200
committerGitHub <[email protected]>2025-07-04 11:50:53 +0000
commit660871ece9a91111fd224b0186dcc02f2a9470ad (patch)
treebee432dea3beec6becb13a922e4eec7ef50b9384
parenta4886eeaf4482e8549e18b2c15ef1309849cf05a (diff)
downloadfaker-660871ece9a91111fd224b0186dcc02f2a9470ad.tar.xz
faker-660871ece9a91111fd224b0186dcc02f2a9470ad.zip
infra: stop using node 18 (#3536)
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a86996ba..81a45d30 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
- node_version: [18, 20, 22, 24]
+ node_version: [20, 22, 24]
fail-fast: false
timeout-minutes: 10