From 0d7eebe74814e9da992dd88836075acabd218f47 Mon Sep 17 00:00:00 2001 From: 0neGal Date: Sun, 16 Jun 2024 00:05:46 +0200 Subject: update CI to Node 20 and upload-artifact@v3 Hopefully this works just fine, and I don't need to push anything again, I however don't feel like running the CI locally, so simply pushing is easier! :3 --- .github/workflows/dev_builds.yml | 10 +++++----- .github/workflows/release_builds.yml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/dev_builds.yml b/.github/workflows/dev_builds.yml index 1951ee7..d60db94 100644 --- a/.github/workflows/dev_builds.yml +++ b/.github/workflows/dev_builds.yml @@ -14,13 +14,13 @@ jobs: - name: Setup Node environment uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 - name: Install dependencies run: npm install - name: Create builds run: npm run build:windows - name: Archive production artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: viper-windows-builds path: | @@ -34,17 +34,17 @@ jobs: - name: Setup Node environment uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 - name: Install dependencies run: npm install - name: Create builds run: npm run build:linux - name: Archive production artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: viper-linux-builds path: | dist/*.AppImage dist/*.tar.gz dist/*.deb - dist/*.rpm \ No newline at end of file + dist/*.rpm diff --git a/.github/workflows/release_builds.yml b/.github/workflows/release_builds.yml index bc3dac6..e2ebb04 100644 --- a/.github/workflows/release_builds.yml +++ b/.github/workflows/release_builds.yml @@ -12,7 +12,7 @@ jobs: - name: Setup Node environment uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 - name: Install dependencies run: npm install - name: Create builds @@ -35,7 +35,7 @@ jobs: - name: Setup Node environment uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 - name: Install dependencies run: npm install - name: Create builds -- cgit v1.2.3