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