Skip to content

Commit

Permalink
Update Node.js version to v18 to fix the GitHub Action CI build issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouriNaruto committed Apr 30, 2023
1 parent 48334f7 commit 2e50b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup node.js
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '18'

- name: Setup yarn
run: npm install -g yarn
Expand Down

0 comments on commit 2e50b5f

Please sign in to comment.