Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Commit

Permalink
Adding node 18.14.0 to release 0.3.0 (urbdyn#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
code-ape committed Feb 10, 2023
1 parent 7b34eaf commit 7289c5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nexe-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion RELEASE_LOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7289c5c

Please sign in to comment.