Skip to content

Commit

Permalink
ci: fix GitHub Actions Deprecating save-state and set-output commands (
Browse files Browse the repository at this point in the history
  • Loading branch information
kirklin committed Apr 7, 2023
1 parent 0affd6e commit 5b213da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2.2.1
- uses: pnpm/action-setup@v2
with:
version: 7.1.7
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'pnpm'
Expand Down

0 comments on commit 5b213da

Please sign in to comment.