Skip to content

Commit

Permalink
cleanup ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 committed Jul 17, 2023
1 parent 840b129 commit f16a7c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
with:
version: 8

- name: Install Node 16
- name: Install Node
uses: actions/setup-node@v2
with:
node-version: '16.x'
node-version: 18
cache: 'pnpm'

- name: Install Dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
with:
version: 8

- name: Install Node 16
- name: Install Node
uses: actions/setup-node@v2
with:
node-version: '16.x'
node-version: 18
cache: 'pnpm'

- name: Install Dependencies
Expand Down

0 comments on commit f16a7c1

Please sign in to comment.