Skip to content

Commit

Permalink
chore: change github action node to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
izzalDev committed Aug 20, 2024
1 parent ac81966 commit 645eb78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Nodejs
uses: actions/setup-node@v4.0.3
uses: actions/setup-node@v4
- name: Build
run: |
cd web
Expand Down

0 comments on commit 645eb78

Please sign in to comment.