From b209e24051fd8763c73abd07d6a8205df661cce1 Mon Sep 17 00:00:00 2001 From: Matthijs van der Burgh Date: Fri, 12 Apr 2024 16:02:45 +0200 Subject: [PATCH 1/2] (actions) also test node 18 --- .github/workflows/nodeCI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodeCI.yml b/.github/workflows/nodeCI.yml index c3f8f96b..9a2695f1 100644 --- a/.github/workflows/nodeCI.yml +++ b/.github/workflows/nodeCI.yml @@ -13,7 +13,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-20.04, ubuntu-latest, windows-latest] - node: [16] + node: [16, 18] include: - os: windows-latest commandPrefix: '' From 0d926215fa67688d3b7551cfe67c7909bbf2dc9f Mon Sep 17 00:00:00 2001 From: Matthijs van der Burgh Date: Fri, 12 Apr 2024 16:06:55 +0200 Subject: [PATCH 2/2] npx update-browserslist-db@latest --- yarn.lock | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/yarn.lock b/yarn.lock index f0a3e2a2..57d64ef4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4918,15 +4918,10 @@ caniuse-api@^3.0.0: lodash.memoize "^4.1.2" lodash.uniq "^4.5.0" -caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001449: - version "1.0.30001550" - resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001550.tgz" - integrity sha512-p82WjBYIypO0ukTsd/FG3Xxs+4tFeaY9pfT4amQL8KWtYH7H9nYwReGAbMTJ0hsmRO8IfDtsS6p3ZWj8+1c2RQ== - -caniuse-lite@^1.0.30001587: - version "1.0.30001591" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001591.tgz#16745e50263edc9f395895a7cd468b9f3767cf33" - integrity sha512-PCzRMei/vXjJyL5mJtzNiUCKP59dm8Apqc3PH8gJkMnMXZGox93RbE76jHsmLwmIo6/3nsYIpJtx0O7u5PqFuQ== +caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001449, caniuse-lite@^1.0.30001587: + version "1.0.30001609" + resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001609.tgz" + integrity sha512-JFPQs34lHKx1B5t1EpQpWH4c+29zIyn/haGsbpfq3suuV9v56enjFt23zqijxGTMwy1p/4H2tjnQMY+p1WoAyA== case-sensitive-paths-webpack-plugin@^2.3.0: version "2.4.0"