Skip to content

Commit

Permalink
fix github action annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
noxify committed Feb 19, 2024
1 parent 6820ddf commit 3ca625f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tooling/github/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ description: "Common setup steps for Actions"
runs:
using: composite
steps:
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: "pnpm"

- shell: bash
Expand Down

0 comments on commit 3ca625f

Please sign in to comment.