Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyro3400 authored Aug 23, 2024
1 parent dc5ef59 commit c747aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
uses: actions/setup-node@v4
node_version: '20.x'
cache: 'npm'
- run: npm i
Expand Down

0 comments on commit c747aa4

Please sign in to comment.