Skip to content

Commit 85216d7

Browse files
committed
Change node version to 20 LTS
1 parent a659ecb commit 85216d7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# This CI Workflow was deployed and configured by WarpWing and Nate.
2-
name: CI/CD (20.x)
2+
name: CI/CD (20.18.3)
33

44
on:
55
push:
66
pull_request:
77
workflow_dispatch:
88

99
env:
10-
NODE_VERSION: "20.x"
10+
NODE_VERSION: "20.18.3"
1111

1212
jobs:
1313
es-lint:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ that went into it. Thank you!
2323
## NodeJS
2424

2525
- Git
26-
- NodeJS >= 20
26+
- NodeJS >= 20.18.3
2727
- A Minecraft account
2828

2929
### Setup Guide for NodeJS

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@
7373
]
7474
},
7575
"engines": {
76-
"node": ">=20.x.x"
76+
"node": ">=20.18.3"
7777
}
7878
}

0 commit comments

Comments
 (0)