Skip to content

Commit

Permalink
chore: ci node version
Browse files Browse the repository at this point in the history
  • Loading branch information
wtto00 committed Sep 22, 2023
1 parent 34ece6a commit afe7359
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ jobs:
Test:
runs-on: macos-latest
needs: Lint
strategy:
matrix:
node: [20]
env:
GITHUB_CI: true
steps:
Expand All @@ -50,7 +47,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
node-version: 20
cache: 'pnpm'

- name: Install Dependencies
Expand Down

0 comments on commit afe7359

Please sign in to comment.