From f550827b50b640cd30f3622cef19ed4c471bbba7 Mon Sep 17 00:00:00 2001 From: Simon H <5968653+dummdidumm@users.noreply.github.com> Date: Mon, 8 May 2023 16:24:19 +0200 Subject: [PATCH] node16 --- .github/workflows/ci.yml | 18 +++++++++++------- CHANGELOG.md | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b8220defb..93116a8df0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,12 +12,14 @@ jobs: strategy: matrix: include: - - node-version: 18 + - node-version: 16 os: ubuntu-latest - - node-version: 18 + - node-version: 16 os: windows-latest - - node-version: 18 + - node-version: 16 os: macOS-latest + - node-version: 18 + os: ubuntu-latest - node-version: 20 os: ubuntu-latest steps: @@ -40,7 +42,7 @@ jobs: - uses: pnpm/action-setup@v2.2.4 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 16 cache: pnpm - run: 'pnpm i && pnpm lint' Unit: @@ -49,12 +51,14 @@ jobs: strategy: matrix: include: - - node-version: 18 + - node-version: 16 os: ubuntu-latest - - node-version: 18 + - node-version: 16 os: windows-latest - - node-version: 18 + - node-version: 16 os: macOS-latest + - node-version: 18 + os: ubuntu-latest - node-version: 20 os: ubuntu-latest steps: diff --git a/CHANGELOG.md b/CHANGELOG.md index d3ebb6c4fb..035a6f8352 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## Unreleased (4.0) -* **breaking** Minimum supported Node version is now Node 14 ((#8482)[https://github.com/sveltejs/svelte/pull/8482]) +* **breaking** Minimum supported Node version is now Node 16 ((#8482)[https://github.com/sveltejs/svelte/pull/8482]) * **breaking** Minimum supported webpack version is now webpack 5 ((#8515)[https://github.com/sveltejs/svelte/pull/8515]) * **breaking** Bundlers must specify the `browser` condition when building a frontend bundle for the browser ((#8516)[https://github.com/sveltejs/svelte/pull/8516]) * **breaking** Minimum supported vite-plugin-svelte version is now 2.1.1. SvelteKit users can upgrade to 1.15.9 or newer to ensure a compatible version ((#8516)[https://github.com/sveltejs/svelte/pull/8516]) diff --git a/package.json b/package.json index 1751d973a1..790302e2c5 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ } }, "engines": { - "node": ">=18" + "node": ">=16" }, "types": "types/runtime/index.d.ts", "scripts": {