aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2024-06-16 00:05:46 +0200
committer0neGal <mail@0negal.com>2024-06-16 00:05:46 +0200
commit0d7eebe74814e9da992dd88836075acabd218f47 (patch)
tree9f757c8061d7915ea71d034d3f8cd1d67ec72d0a
parent6538b818302829f917fa636aa4d5678466841705 (diff)
downloadViper-0d7eebe74814e9da992dd88836075acabd218f47.tar.gz
Viper-0d7eebe74814e9da992dd88836075acabd218f47.zip
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
-rw-r--r--.github/workflows/dev_builds.yml10
-rw-r--r--.github/workflows/release_builds.yml4
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