Skip to content

Commit f3b9392

Browse files
committed
build(ci): use node 14
1 parent 6b127ba commit f3b9392

File tree

3 files changed

+140
-1
lines changed

3 files changed

+140
-1
lines changed

.github/workflows/nodejs-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# Setup .npmrc file to publish to npm
1616
- uses: actions/setup-node@v1
1717
with:
18-
node-version: '12.x'
18+
node-version: '14.x'
1919
registry-url: 'https://registry.npmjs.org'
2020

2121
- name: Install dependencies

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
103103
"prettier": "^2.4.1",
104104
"react": "^17.0.2",
105105
"react-dom": "^17.0.2",
106+
"rimraf": "^5.0.5",
106107
"rsuite": "^5.51.0",
107108
"typescript": "^4.6.4",
108109
"webpack": "^5.73.0",

pnpm-lock.yaml

+138
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)