Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
apfelbox committed Dec 14, 2023
1 parent fd9abc9 commit bf57f55
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@v2
uses: actions/checkout@v4

- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: '14'
node-version: '18'

- uses: pnpm/action-setup@v2
with:
version: '^6.7'
version: 'latest'
run_install: true

- run: pnpm test
Expand Down

0 comments on commit bf57f55

Please sign in to comment.