Skip to content

Commit 9f54224

Browse files
authored
Merge pull request #46 from sahil143/enable-merge-queue
fix(github-action): enable checks on merge_group
2 parents 3397027 + cbfcbe1 commit 9f54224

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/main.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
pull_request:
77
branches:
88
- main
9+
merge_group:
10+
types: [checks_requested]
911

1012
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1113
jobs:

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"version": "0.0.0",
55
"type": "module",
66
"homepage": "/",
7+
"engines": {
8+
"node": ">=20.0.0"
9+
},
710
"scripts": {
811
"build": "webpack -c ./webpack.prod.config.js",
912
"start": "dotenvx run -- webpack server --open -c ./webpack.dev.config.js",

0 commit comments

Comments
 (0)