From e3a88e4abf90d4dd426ae1bd496fd089d74d0280 Mon Sep 17 00:00:00 2001 From: Vitaly Tomilov Date: Sun, 29 Sep 2024 19:09:59 +0100 Subject: [PATCH] ci --- .github/workflows/ci.yml | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5efbbac..b10eb48 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,9 +11,9 @@ jobs: runs-on: ubuntu-latest strategy: - fail-fast: true + fail-fast: false matrix: - node-version: [16.x, 20.x] + node-version: [18.x, 20.x] steps: - uses: actions/checkout@v3 diff --git a/package.json b/package.json index 1b05bba..d408c56 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ }, "license": "MIT", "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "bugs": { "url": "https://github.com/vitaly-t/sub-events/issues"