Skip to content

Commit 6f25cac

Browse files
committed
fix: update node version for the workflow
1 parent ce05274 commit 6f25cac

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
# Setup .npmrc file to publish to npm
1414
- uses: actions/setup-node@v2
1515
with:
16-
node-version: '12.x'
16+
node-version: '14.x'
1717
registry-url: 'https://registry.npmjs.org'
18-
- run: npm ci
18+
- run: yarn
1919
- run: make build
2020
- run: npm publish
2121
env:

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.2.4](https://github.com/chilllab/react-nice-avatar/compare/v1.2.2...v1.2.4) (2021-08-29)
6+
7+
8+
### Features
9+
10+
* gradient background ([4697602](https://github.com/chilllab/react-nice-avatar/commits4697602f098e019e6bbd0800c1780f61a43d367a))
11+
* new demo ([8ae89f2](https://github.com/chilllab/react-nice-avatar/commits8ae89f23837399cbb218e4a5f4103cf44a78438a))
12+
* using webpack to replace rollup & update eslint config ([7d9fad5](https://github.com/chilllab/react-nice-avatar/commits7d9fad58ba9d7747eed091178cb427b7417e8844))
13+
14+
15+
### Bug Fixes
16+
17+
* github action only triggered for new tags ([8138407](https://github.com/chilllab/react-nice-avatar/commits8138407550057acfcfedbc3518f2f9ffeb52c0d3))
18+
* update node version for the workflow ([4f6ddbd](https://github.com/chilllab/react-nice-avatar/commits4f6ddbda62a47ff1adf0da5161ddc08d2b0cac55))
19+
520
### [1.2.3](https://github.com/chilllab/react-nice-avatar/compare/v1.2.2...v1.2.3) (2021-08-29)
621

722

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-nice-avatar",
3-
"version": "1.2.3",
3+
"version": "1.2.2",
44
"description": "react library for generating avatar",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)