Skip to content

Commit

Permalink
Add 1.20.4 to tested versions
Browse files Browse the repository at this point in the history
  • Loading branch information
imharvol committed Feb 26, 2024
1 parent 9e98903 commit 5bb6fee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
"1.19.4",
"1.20.1",
"1.20.2",
"1.20.4",
]

steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"minecraft-wrap": "^1.3.0",
"mineflayer": "^4.18.0",
"mineflayer": "^4.20.0",
"mocha": "^8.3.0",
"open": "^8.2.1",
"socket.io-client": "^3.1.1",
Expand Down
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const serverProperties = {
'generate-structures': 'false'
}

const minecraftVersion = process.env.TEST_MC_VERSION ?? '1.20.2'
const minecraftVersion = process.env.TEST_MC_VERSION ?? '1.20.4'

const sleep = (ms) => new Promise(resolve => setTimeout(resolve, ms))

Expand Down

0 comments on commit 5bb6fee

Please sign in to comment.