Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbedard committed Sep 4, 2024
1 parent 3f5f982 commit 9d755f8
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,22 @@ env:

jobs:
versions:
name: Versions
name: Check versions

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 9
run_install: false

- name: Install dependencies
run: pnpm install

- name: Check versions
run: node ./scripts/check-versions.mjs

Expand Down Expand Up @@ -56,10 +65,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 8
version: 9
run_install: false

- name: Install dependencies
Expand Down

0 comments on commit 9d755f8

Please sign in to comment.