Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
justorez committed Jan 14, 2024
1 parent b430a90 commit 5205031
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install node
uses: actions/setup-node@v3
with:
node-version: 20
node-version: 20.x
cache: 'pnpm'

- run: pnpm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Install node
uses: actions/setup-node@v3
with:
node-version: 20
node-version: 20.x
cache: 'pnpm'

- run: pnpm install
Expand Down

0 comments on commit 5205031

Please sign in to comment.