Skip to content

Commit 858d8a1

Browse files
committed
fix workflow
1 parent 0e479d2 commit 858d8a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/node.js.yml renamed to .github/workflows/coolshapes.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node-version: [14.x, 16.x, 18.x]
14+
node-version: [16.x, 18.x, 21.x]
1515
steps:
1616
- uses: actions/checkout@v3
1717
- name: Use Node.js ${{ matrix.node-version }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"email": "realvjy@gmail.com"
4848
},
4949
"engines": {
50-
"node": ">=10"
50+
"node": ">=14.0.0"
5151
},
5252
"peerDependencies": {
5353
"react": ">=16.8",

0 commit comments

Comments
 (0)