Skip to content

Commit

Permalink
chore: temp
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Aug 3, 2023
1 parent 1a1415b commit 4fd719d
Showing 1 changed file with 2 additions and 31 deletions.
33 changes: 2 additions & 31 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [windows-latest]
node: [16.14.0, 17, 18, 19, 20]
node: [20]

steps:
- name: Checkout code
Expand All @@ -35,33 +35,4 @@ jobs:

- name: Test
run: pnpm test
run:
name: Run

runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [macos-latest, ubuntu-latest]
node: [16.14.0, 17, 18, 19, 20]

steps:
- name: Checkout code
uses: actions/checkout@master

- name: Setup Node.js
uses: actions/setup-node@master
with:
node-version: ${{ matrix.node }}

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

- name: Install
run: pnpm install

- name: Lint
run: pnpm run lint

- name: Test
run: pnpm test

0 comments on commit 4fd719d

Please sign in to comment.