Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
estrattonbailey committed Jun 2, 2023
1 parent 5351802 commit 206a3ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Expand Up @@ -18,10 +18,10 @@ jobs:
- uses: actions/checkout@v1
- uses: pnpm/action-setup@v2
with:
version: 7
version: 8
- uses: actions/setup-node@v3
with:
node-version: 15
node-version: 16
cache: "pnpm"

# pnpm stuff
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -16,10 +16,10 @@ jobs:
- uses: actions/checkout@v1
- uses: pnpm/action-setup@v2
with:
version: 7
version: 8
- uses: actions/setup-node@v3
with:
node-version: 15
node-version: 16
cache: "pnpm"

# pnpm stuff
Expand Down

0 comments on commit 206a3ad

Please sign in to comment.