Skip to content

Commit 162ea1c

Browse files
committed
Bump node version used in publish
1 parent a75d370 commit 162ea1c

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/node-js-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v3
1818
- uses: actions/setup-node@v3
1919
with:
20-
node-version: '14.x'
20+
node-version: '16.x'
2121
- run: npm ci
2222
- run: npm run lint
2323
- run: npm test
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v3
3030
- uses: actions/setup-node@v3
3131
with:
32-
node-version: '14.x'
32+
node-version: '16.x'
3333
registry-url: https://registry.npmjs.org/
3434
- run: npm ci
3535
- run: npm publish

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## 21.0.1:
4+
- Bump node version used in publish build action.
5+
36
## 21.0.0
47
- **BREAKING**: Drop Node.js 14 support (EOL since April 2023). Minimum Node.js version is now 16.
58

0 commit comments

Comments
 (0)