Skip to content

Commit 80da1e4

Browse files
committed
use node 16 with npm 8
1 parent 38dfa91 commit 80da1e4

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
prerelease: false
1919
- uses: actions/setup-node@v1
2020
with:
21-
node-version: '12.x'
21+
node-version: '16.x'
2222
registry-url: 'https://registry.npmjs.org'
2323
- run: npm install
2424
- run: npm publish

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"version": "1.0.1",
44
"description": "Material design icon components for React",
55
"main": "dist/",
6+
"engines": {
7+
"npm": "^8",
8+
"node": "^16"
9+
},
610
"scripts": {
711
"build": "tsc",
812
"generate": "rm -rf src/* && node generator.js",

0 commit comments

Comments
 (0)