Skip to content

Commit

Permalink
update workflow dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Maneren committed Aug 2, 2024
1 parent a2a58a3 commit fd3bf6f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ jobs:
x86_64-*linux*) sudo apt-get -y install mold ;;
esac;
- name: Install NodeJS
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: latest
- uses: pnpm/action-setup@v2
node-version: lts
- uses: pnpm/action-setup@v4
name: Install pnpm and Tailwind
with:
version: 9
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ jobs:
x86_64-*linux*) sudo apt-get -y install mold ;;
esac;
- name: Install NodeJS
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: latest
- uses: pnpm/action-setup@v2
node-version: lts
- uses: pnpm/action-setup@v4
name: Install pnpm and Tailwind
with:
version: 9
Expand Down

0 comments on commit fd3bf6f

Please sign in to comment.