We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3397027 + cbfcbe1 commit 9f54224Copy full SHA for 9f54224
.github/workflows/main.yaml
@@ -6,6 +6,8 @@ on:
6
pull_request:
7
branches:
8
- main
9
+ merge_group:
10
+ types: [checks_requested]
11
12
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
13
jobs:
package.json
@@ -4,6 +4,9 @@
4
"version": "0.0.0",
5
"type": "module",
"homepage": "/",
+ "engines": {
+ "node": ">=20.0.0"
+ },
"scripts": {
"build": "webpack -c ./webpack.prod.config.js",
"start": "dotenvx run -- webpack server --open -c ./webpack.dev.config.js",
0 commit comments