Skip to content

Commit

Permalink
chore: upgrade node version (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxtrotSierra6829 authored Dec 12, 2024
1 parent 828d9f3 commit 60e9f65
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
steps:
- name: Checkout source
uses: actions/checkout@v4
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: '16.9'
node-version: '20'
- name: Create .sentrydsn file
run: |
echo ${{ secrets.SENTRY_DSN_INSTALLER }} >> ./extraResources/.sentrydsn
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: '16.9'
node-version: '20'
- uses: actions/cache@v4
with:
path: '**/node_modules'
Expand All @@ -33,9 +33,9 @@ jobs:
if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: '16.9'
node-version: '20'
- uses: actions/cache@v4
with:
path: '**/node_modules'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pre-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
ASSET_NAME: FlyByWire_Installer_Setup.exe
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: '16.9'
node-version: '20'

- name: Create .sentrydsn file
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
ASSET_NAME: FlyByWire_Installer_Setup.exe
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: '16.9'
node-version: '20'

- name: Create .sentrydsn file
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ using [TypeScript](https://www.typescriptlang.org/) and [React](https://reactjs.
Please make sure you have:

- [git](https://git-scm.com/downloads)
- [NodeJS 16](https://nodejs.org/en/)
- [NodeJS 20](https://nodejs.org/en/)

### Get started

Expand Down

0 comments on commit 60e9f65

Please sign in to comment.