From bc51b29a310d25564de13df5063a1d533311e797 Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Tue, 2 Jan 2024 12:31:51 +1100 Subject: [PATCH] cron: update Node.js versions --- .github/workflows/cron.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index 3b6feba..b0a91f7 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [14.x, 16.x, 18.x, lts/*, current] + node-version: [18.x, 20.x, lts/*, current] os: [macos-latest, ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }} defaults: