diff options
| author | Shinigami <[email protected]> | 2025-07-04 13:50:53 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-04 11:50:53 +0000 |
| commit | 660871ece9a91111fd224b0186dcc02f2a9470ad (patch) | |
| tree | bee432dea3beec6becb13a922e4eec7ef50b9384 /.github/workflows | |
| parent | a4886eeaf4482e8549e18b2c15ef1309849cf05a (diff) | |
| download | faker-660871ece9a91111fd224b0186dcc02f2a9470ad.tar.xz faker-660871ece9a91111fd224b0186dcc02f2a9470ad.zip | |
infra: stop using node 18 (#3536)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
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 |
