aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2025-01-06 13:11:05 +0100
committerGitHub <noreply@github.com>2025-01-06 13:11:05 +0100
commit4d6f149c93b6c9e4120a93b74c7d191937cf99a7 (patch)
tree2136a7f17d6a5f7e368ea5f3e68c2472cda8abcb
parent517b9594930dde03f7cf2686bbbef4cc09a6455b (diff)
downloadFlightCore-4d6f149c93b6c9e4120a93b74c7d191937cf99a7.tar.gz
FlightCore-4d6f149c93b6c9e4120a93b74c7d191937cf99a7.zip
chore: Bump node version to 18 (#1061)
-rw-r--r--.github/workflows/push-test.yml2
-rw-r--r--.github/workflows/release.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/push-test.yml b/.github/workflows/push-test.yml
index bea15cab..482535ed 100644
--- a/.github/workflows/push-test.yml
+++ b/.github/workflows/push-test.yml
@@ -104,7 +104,7 @@ jobs:
- name: setup node
uses: actions/setup-node@v4
with:
- node-version: 16
+ node-version: 18
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 48539636..725259b5 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
- name: setup node
uses: actions/setup-node@v4
with:
- node-version: 16
+ node-version: 18
- name: install Rust stable
uses: dtolnay/rust-toolchain@stable
with: