Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/CWALL-174_impl-draft13_w…
Browse files Browse the repository at this point in the history
…ith-199' into feature/CWALL-174_impl-draft13_with-199

# Conflicts:
#	pnpm-lock.yaml
  • Loading branch information
nklomp committed May 29, 2024
2 parents 9ed5064 + a735cf6 commit 6a79e5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
node-version: '20.x'
- uses: pnpm/action-setup@v3
with:
version: 9
version: 8.15.7
- run: pnpm install
- run: pnpm build
- name: run CI tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test-publish-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
node-version: '20.x'
- uses: pnpm/action-setup@v3
with:
version: 9
version: 8.15.7
# - name: Get yarn cache directory path
# id: yarn-cache-dir-path
# run: echo "::set-output name=dir::$(yarn cache dir)"
Expand Down

0 comments on commit 6a79e5a

Please sign in to comment.