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 a659ecb commit 85216d7Copy full SHA for 85216d7
.github/workflows/ci-cd-20x.yml .github/workflows/ci-cd-20.18.3.yml.github/workflows/ci-cd-20x.yml renamed to .github/workflows/ci-cd-20.18.3.yml
@@ -1,13 +1,13 @@
1
# This CI Workflow was deployed and configured by WarpWing and Nate.
2
-name: CI/CD (20.x)
+name: CI/CD (20.18.3)
3
4
on:
5
push:
6
pull_request:
7
workflow_dispatch:
8
9
env:
10
- NODE_VERSION: "20.x"
+ NODE_VERSION: "20.18.3"
11
12
jobs:
13
es-lint:
README.md
@@ -23,7 +23,7 @@ that went into it. Thank you!
23
## NodeJS
24
25
- Git
26
-- NodeJS >= 20
+- NodeJS >= 20.18.3
27
- A Minecraft account
28
29
### Setup Guide for NodeJS
package.json
@@ -73,6 +73,6 @@
73
]
74
},
75
"engines": {
76
- "node": ">=20.x.x"
+ "node": ">=20.18.3"
77
}
78
0 commit comments