Skip to content

Commit

Permalink
use same node version
Browse files Browse the repository at this point in the history
  • Loading branch information
WillQizza committed Dec 19, 2023
1 parent 2c0ed79 commit 1f938b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '20.9.0'
node-version: '18.17.1'
- name: Install npm dependencies
run: npm install
- name: Build
Expand Down

0 comments on commit 1f938b0

Please sign in to comment.