Skip to content

Commit 5b1977d

Browse files
authored
STRF-12387 Support Node 20, drop node 16 (#106)
BREAKING CHANGES: drop node 16 support
1 parent 02e93ca commit 5b1977d

5 files changed

Lines changed: 120 additions & 71 deletions

File tree

.github/workflows/pull-request-review.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@ jobs:
1010
build:
1111
strategy:
1212
matrix:
13-
node: [16.x, 18.x, 20.x]
14-
os: ['ubuntu-latest', 'windows-2019', 'macos-latest']
13+
node: [20.x]
14+
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
1515

1616
runs-on: ${{ matrix.os }}
1717

1818
steps:
19+
1920
- name: Checkout code
2021
uses: actions/checkout@v4
2122

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v4
1010
- uses: actions/setup-node@v4
1111
with:
12-
node-version: '16.x'
12+
node-version: '20.x'
1313
- run: npm ci
1414
# Setup .npmrc file to publish to npm registry
1515
- run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ~/.npmrc

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.
1+
20

package-lock.json

Lines changed: 113 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)