We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7db3a5d commit 3703265Copy full SHA for 3703265
.github/workflows/deploy.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Set up Node.js
14
uses: actions/setup-node@v4
15
with:
16
- node-version: '16'
+ node-version: '20'
17
18
- name: Install dependencies
19
run: npm install
0 commit comments