Skip to content

Commit

Permalink
Adding node 16.13.1 to release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
code-ape committed Jan 10, 2022
1 parent e0ac6df commit 18b323c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/nexe-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,15 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
#node_version: ['12.21.0', '12.22.6', '14.16.0', '14.18.0', '14.18.1', '16.11.0', '16.13.0']
node_version: ['14.16.0', '14.18.0', '14.18.1', '16.11.0', '16.13.0']
node_version: ['14.16.0', '14.18.0', '14.18.1', '16.11.0', '16.13.0', '16.13.1']

steps:
- uses: actions/checkout@v2
- name: Get node details via .npmrc
id: get_node_details
run: echo "::set-output name=version::$(cat .nvmrc)"
- name: Use Node.js from .nvmrc
uses: actions/setup-node@v2.4.1
uses: actions/setup-node@v2
with:
node-version: ${{ steps.get_node_details.outputs.version }}
node-version-file: '.nvmrc'
cache: 'npm'
- name: Declare caches for build
uses: actions/cache@v2
with:
Expand Down
6 changes: 4 additions & 2 deletions RELEASE_LOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@
* Set Linux build to run in Centos7 container and thus require GLIBC version 2.17 instead of 2.25 that is currently in Linux runner.
* Added `14.18.1` and `16.13.0` (current LTS as of release)
* Fixed bug where all build versions were actually the version in `.nvmrc`.
* ~~Temporarily removing MacOS and 12.x builds to get partial PR complete for this release.~~ (resolved)
* Temporarily removing ~~MacOS~~ and 12.x builds to get partial PR complete for this release.
* MacOS resolved on 2021-10-29.
* Build matrix:
* OS: `linux`, `macos`, `windows`
* Node Version: `14.16.0`, `14.18.0`, `14.18.1`, `16.11.0`, `16.13.0`
* Node Version: `14.16.0`, `14.18.0`, `14.18.1`, `16.11.0`, `16.13.0`, `16.13.1`
* Added `16.13.1` on 2022-01-10.

## 0.1.1

Expand Down

0 comments on commit 18b323c

Please sign in to comment.