Skip to content

Commit 2310b9d

Browse files
authored
Update deploy.yml
1 parent 7183395 commit 2310b9d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ jobs:
88
steps:
99
- name: Checkout 🛎️
1010
uses: actions/checkout@v2.3.1
11-
11+
- name: Use Node.js
12+
uses: actions/setup-node@v3
13+
with:
14+
node-version: '20'
1215
- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
1316
run: |
1417
npm install

0 commit comments

Comments
 (0)