Skip to content

Commit 685a138

Browse files
authored
Merge branch 'main' into feat-transparent-bg
2 parents e588677 + 3b4e829 commit 685a138

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/manual-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install pnpm
2828
uses: pnpm/action-setup@v3
2929
with:
30-
version: 9
30+
version: 10
3131

3232
- name: Get pnpm store directory
3333
shell: bash

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test on Pull Request
1+
name: Pull Request into Main
22

33
on:
44
pull_request:
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Node.js
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: 'lts/*'
19+
node-version: '20.x'
2020
cache: 'pnpm'
2121

2222
- name: Install dependencies

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install pnpm
2727
uses: pnpm/action-setup@v3
2828
with:
29-
version: 9
29+
version: 10
3030

3131
- name: Setup npmrc
3232
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc

0 commit comments

Comments
 (0)