Skip to content

Commit

Permalink
Merge branch 'master' into upgrade-node
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxtrotSierra6829 authored Dec 10, 2024
2 parents cab08a9 + 828d9f3 commit 3063e32
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
ASSET_NAME: FlyByWire_Installer_Setup.exe
steps:
- name: Checkout source
uses: actions/checkout@v2
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-22.04
if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Build Installer
run: npm run package
- name: Upload PR artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: FlyByWire_Installer_Setup
path: ./dist/FlyByWire_Installer_Setup.exe
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
ASSET_DIRECTORY: dist/
ASSET_NAME: FlyByWire_Installer_Setup.exe
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
ASSET_DIRECTORY: dist/
ASSET_NAME: FlyByWire_Installer_Setup.exe
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
Expand Down

0 comments on commit 3063e32

Please sign in to comment.