Skip to content

Commit dc6125f

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Use Node.js
1212
uses: actions/setup-node@v3
1313
with:
14-
node-version: '20'
14+
node-version: '18'
1515
- 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.
1616
run: |
1717
npm install

0 commit comments

Comments
 (0)