aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/pull_requests.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/pull_requests.yml')
-rw-r--r--.github/workflows/pull_requests.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml
index f070bbe..b302c8e 100644
--- a/.github/workflows/pull_requests.yml
+++ b/.github/workflows/pull_requests.yml
@@ -1,7 +1,7 @@
name: submelon.dev PR
on:
- pull_request:
+ pull_request_target:
branches: [ "trunk" ]
jobs:
@@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
- node-version: [18.x]
+ node-version: [22.x]
steps:
- uses: actions/checkout@v4
@@ -30,4 +30,4 @@ jobs:
- name: Test formatting
run: yarn prettier -c src
- name: Test build
- run: yarn build \ No newline at end of file
+ run: yarn build