diff --git a/.github/workflows/master.yaml b/.github/workflows/master.yaml index 97378ff0..bfae3b6d 100644 --- a/.github/workflows/master.yaml +++ b/.github/workflows/master.yaml @@ -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 diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 11bda204..af30dbb6 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -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' @@ -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' diff --git a/.github/workflows/pre-release.yaml b/.github/workflows/pre-release.yaml index 2ca03d58..1d30d57e 100644 --- a/.github/workflows/pre-release.yaml +++ b/.github/workflows/pre-release.yaml @@ -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: | diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 332c8ff5..36ca3479 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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: | diff --git a/README.md b/README.md index 005c8773..0b306642 100644 --- a/README.md +++ b/README.md @@ -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