Skip to content

Commit eb353a7

Browse files
committed
Update Node.js version in deployment workflow and specify engine requirement in package.json
1 parent a61307e commit eb353a7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Node.js
2222
uses: actions/setup-node@v3
2323
with:
24-
node-version: '14'
24+
node-version: '20'
2525

2626
- name: Install dependencies
2727
run: |

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,8 @@
5454
"prettier-plugin-tailwindcss": "0.6.9",
5555
"tailwindcss": "^3.4.16",
5656
"typescript": "^5.7.2"
57+
},
58+
"engines": {
59+
"node": ">=20.0.0"
5760
}
5861
}

0 commit comments

Comments
 (0)