From 99955131a839a91b17c699aca08f2ffdb6442b5d Mon Sep 17 00:00:00 2001 From: Joram van den Boezem Date: Sun, 30 Apr 2023 23:30:56 +0200 Subject: [PATCH] feat: update node.js versions (#11) Automated changes by [update-node-versions](https://github.com/hongaar/pdate-node-versions) GitHub action BREAKING CHANGE: This updates the supported node.js versions --- .github/workflows/ci.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7cd39f0..30fc4ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,9 +12,9 @@ jobs: strategy: matrix: node-version: - - 14 - 16 - 18 + - 20 steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 diff --git a/package.json b/package.json index ef04c82..ecb928f 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "dist" ], "engines": { - "node": ">=14" + "node": ">=16" }, "scripts": { "build": "yarn clean && yarn build:typecheck && yarn build:bundle",