We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 720d14d commit c81cf93Copy full SHA for c81cf93
.github/workflows/build.yaml
@@ -7,6 +7,7 @@ on:
7
pull_request:
8
branches:
9
- main
10
+ workflow_dispatch:
11
12
# Cancel in-progress runs for pull requests when developers push
13
# additional changes, and serialize builds in branches.
.node-version
@@ -1 +1 @@
1
-18.17.1
+20.11.1
package.json
@@ -107,7 +107,7 @@
107
"remote-development"
108
],
109
"engines": {
110
- "node": "18"
+ "node": "20"
111
},
112
"jest": {
113
"transform": {
0 commit comments