Skip to content

Commit

Permalink
Change all Operating Systems to run on NodeJS 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Stoppedwumm committed Oct 6, 2024
1 parent 8a7450c commit e936e23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- name: Install
run: npm install
- name: Build
Expand All @@ -51,7 +51,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- name: Install
run: npm install
- name: Build
Expand Down

0 comments on commit e936e23

Please sign in to comment.