Skip to content

Commit 28c3844

Browse files
author
Foxhoundn
committed
Update Node.js version in beta_release.yml and tests.yml workflows
1 parent 09f0f86 commit 28c3844

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/beta_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- uses: actions/setup-node@v3
3939
with:
40-
node-version: 16
40+
node-version: 20.11.0
4141

4242
- name: Save release version to outputs
4343
id: save_release_version

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- uses: actions/setup-node@v3
4141
with:
42-
node-version: 16.19.0
42+
node-version: 20.11.0
4343

4444
# Notify Discord to not restart server
4545
- name: Discord Warning

0 commit comments

Comments
 (0)