diff --git a/.github/workflows/nexe-ci.yml b/.github/workflows/nexe-ci.yml index 24595bd..2bc29e8 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', '18.14.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', '18.19.0'] steps: - uses: actions/checkout@v3 diff --git a/RELEASE_LOG.md b/RELEASE_LOG.md index 6c243b5..c57bc4a 100644 --- a/RELEASE_LOG.md +++ b/RELEASE_LOG.md @@ -8,8 +8,9 @@ * 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`, `18.14.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`, `18.19.0` * Added `18.14.0` on 2023-02-10. + * Added `18.19.0` on 2023-12-21. ## 0.2.0