Skip to content

Commit

Permalink
Fix missing version
Browse files Browse the repository at this point in the history
  • Loading branch information
harmless-tech committed Jun 6, 2023
1 parent 16b7db0 commit c0fa90d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ on:
- '**.md'
workflow_dispatch:

env:
PNPM_VERSION: 8.5

jobs:
check-dist:
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
name: 'build-test'

on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
- 'releases/*'

env:
PNPM_VERSION: 8.5

jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
Expand Down

0 comments on commit c0fa90d

Please sign in to comment.