Skip to content

Commit

Permalink
♻️ fix github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
konkon committed Jul 22, 2024
1 parent 886ab4b commit 61ad5fe
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,15 @@ jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [18.x]

steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'

- name: Setup pnpm
uses: pnpm/action-setup@v2.2.4
with:
version: 7.5.0

- name: Install pnpm
run: npm install -g pnpm

- name: Install dependencies
run: pnpm install

Expand Down

0 comments on commit 61ad5fe

Please sign in to comment.