Skip to content

Commit 6bf3288

Browse files
committed
ci: deploy vercel on all PRs, test on Node 24
1 parent b44651a commit 6bf3288

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- 18
1818
- 20
1919
- 22
20+
- 24
2021
os:
2122
- macos-latest
2223
- ubuntu-latest

.github/workflows/pkg-size.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818

1919
steps:
20-
- name: Checkout
20+
- name: Checkout Repo
2121
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2222

2323
- name: Package Size Report

.github/workflows/size-limit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
size-limit:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
16+
- name: Checkout Repo
17+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1718

1819
- name: Setup Node.js LTS
1920
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0

.github/workflows/vercel.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ on:
44
push:
55
branches:
66
- master
7-
pull_request_target:
8-
branches:
9-
- master
7+
pull_request: null
108

119
concurrency:
1210
group: ${{ github.workflow }}-${{ github.ref }}
@@ -16,7 +14,8 @@ jobs:
1614
deploy:
1715
runs-on: ubuntu-latest
1816
steps:
19-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17+
- name: Checkout Repo
18+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2019

2120
- name: Check Branch
2221
id: branch

0 commit comments

Comments
 (0)