We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a75d370 commit 162ea1cCopy full SHA for 162ea1c
2 files changed
.github/workflows/node-js-publish.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v3
18
- uses: actions/setup-node@v3
19
with:
20
- node-version: '14.x'
+ node-version: '16.x'
21
- run: npm ci
22
- run: npm run lint
23
- run: npm test
@@ -29,7 +29,7 @@ jobs:
29
30
31
32
33
registry-url: https://registry.npmjs.org/
34
35
- run: npm publish
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Change Log
2
3
+## 21.0.1:
4
+- Bump node version used in publish build action.
5
+
6
## 21.0.0
7
- **BREAKING**: Drop Node.js 14 support (EOL since April 2023). Minimum Node.js version is now 16.
8
0 commit comments