Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '20.x'
node-version: '24.x'

- name: Install Node Modules
run: npm i
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:23
FROM node:24
WORKDIR /usr/src/app
COPY package.json ./
COPY package-lock.json ./
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The [RuneScape Java Client #435](https://github.com/runejs/refactored-client-435

Before running these commands, you must:

1. have [NodeJS **version 18 or higher**](https://nodejs.org/en/) installed on your machine
1. have [NodeJS **version 24 or higher**](https://nodejs.org/en/) installed on your machine
2. run `npm install` from the root of this project

* `npm run game` Launches the game server by itself without building
Expand Down
Loading
Loading