We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e588677 + 3b4e829 commit 685a138Copy full SHA for 685a138
3 files changed
.github/workflows/manual-release.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Install pnpm
28
uses: pnpm/action-setup@v3
29
with:
30
- version: 9
+ version: 10
31
32
- name: Get pnpm store directory
33
shell: bash
.github/workflows/pr.yml
@@ -1,4 +1,4 @@
1
-name: Test on Pull Request
+name: Pull Request into Main
2
3
on:
4
pull_request:
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Node.js
17
uses: actions/setup-node@v4
18
19
- node-version: 'lts/*'
+ node-version: '20.x'
20
cache: 'pnpm'
21
22
- name: Install dependencies
.github/workflows/publish-release.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Setup npmrc
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
0 commit comments