Skip to content

Commit

Permalink
Update GH Actions tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
hmans committed Jul 26, 2023
1 parent 7dd5c3c commit a74cbad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: Install pnpm
id: pnpm-install
with:
version: 7
version: 8
run_install: false

- name: Get pnpm store directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: Install pnpm
id: pnpm-install
with:
version: 7
version: 8
run_install: false

- name: Get pnpm store directory
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
"build": "preconstruct build",
"test": "jest",
"docs": "typedoc src/index.ts",
"ci": "preconstruct validate && pnpm build && pnpm test",
"ci:test": "preconstruct validate && pnpm build && pnpm test",
"ci:version": "changeset version && pnpm install --no-frozen-lockfile",
"ci:release": "pnpm ci && pnpm changeset publish"
"ci:release": "pnpm ci:test && pnpm changeset publish"
},
"devDependencies": {
"@babel/core": "^7.19.0",
Expand Down

0 comments on commit a74cbad

Please sign in to comment.