From 7289c5c261180222ea94bec4df393c10c2ddd8e2 Mon Sep 17 00:00:00 2001 From: Ferris <3579192+code-ape@users.noreply.github.com> Date: Fri, 10 Feb 2023 10:33:56 -0500 Subject: [PATCH] Adding node 18.14.0 to release 0.3.0 (#38) --- .github/workflows/nexe-ci.yml | 2 +- RELEASE_LOG.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nexe-ci.yml b/.github/workflows/nexe-ci.yml index bf88883..24595bd 100644 --- a/.github/workflows/nexe-ci.yml +++ b/.github/workflows/nexe-ci.yml @@ -21,7 +21,7 @@ jobs: # TODO: Bump to windows-latest once it can be solved how to install Python2 # such that the Node.js build system can detect it. os: [ubuntu-latest, windows-2019, macos-latest] - node_version: ['14.16.0', '14.18.0', '14.18.1', '16.11.0', '16.13.0', '16.13.1', '16.19.0'] + node_version: ['14.16.0', '14.18.0', '14.18.1', '16.11.0', '16.13.0', '16.13.1', '16.19.0', '18.14.0'] steps: - uses: actions/checkout@v3 diff --git a/RELEASE_LOG.md b/RELEASE_LOG.md index 6947c14..6c243b5 100644 --- a/RELEASE_LOG.md +++ b/RELEASE_LOG.md @@ -8,7 +8,8 @@ * Set Linux build to use Node.js version as defined in `.nvmrc` file. * Build matrix: * OS: `linux`, `macos`, `windows` - * Node Version: `14.16.0`, `14.18.0`, `14.18.1`, `16.11.0`, `16.13.0`, `16.13.1`, `16.19.0` + * Node Version: `14.16.0`, `14.18.0`, `14.18.1`, `16.11.0`, `16.13.0`, `16.13.1`, `16.19.0`, `18.14.0` + * Added `18.14.0` on 2023-02-10. ## 0.2.0