Skip to content

Commit 02122bf

Browse files
authored
Merge pull request #59 from New-Club-Penguin/development
Update Node version in Github Workflow
1 parent cf255ab commit 02122bf

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/main.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,21 @@ jobs:
2020

2121
steps:
2222
- name: Check out the repository
23-
uses: actions/checkout@v2
23+
uses: actions/checkout@v4
2424

2525
- name: Setup Node.js
26-
uses: actions/setup-node@v1
26+
uses: actions/setup-node@v4
2727
with:
28-
node-version: '16.x'
28+
node-version: '24.x'
2929

30-
- name: Setup Python 3.10
31-
uses: actions/setup-python@v6
30+
- name: Setup Python
31+
uses: actions/setup-python@v5
3232
with:
33-
python-version: '3.10'
33+
python-version: '3.13'
3434

3535
- name: Setup MSBuild
3636
if: startsWith(matrix.os, 'windows')
37-
uses: microsoft/setup-msbuild@v1.1
37+
uses: microsoft/setup-msbuild@v2
3838

3939
- name: Install dependencies
4040
run: yarn

0 commit comments

Comments
 (0)