Skip to content

Commit

Permalink
build(deps): Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbo2002 committed Jan 22, 2024
1 parent 768fe1d commit 23597fb
Show file tree
Hide file tree
Showing 3 changed files with 4,710 additions and 4,253 deletions.
25 changes: 3 additions & 22 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,33 +6,14 @@ on:
- main

jobs:
quick-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: 'npm'
node-version: '18'
- name: set version
run: |
export OLDVERSION=$(npm view @ubud-app/server@next version)
jq -M ".version=\"$OLDVERSION\"" package.json > package.new.json
rm -f package.json
mv package.new.json package.json
- name: install dependencies
run: npm ci
- name: run checks
run: npm run check

generate-version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: 'npm'
node-version: '18'
node-version: '20'
- run: npm ci
- name: set version
run: |
Expand All @@ -51,7 +32,7 @@ jobs:

build-containers:
runs-on: ubuntu-latest
needs: [quick-check, generate-version]
needs: [generate-version]
strategy:
matrix:
image: [x86_64, arm64, aarch64, amd64, armhf, i386]
Expand Down Expand Up @@ -152,7 +133,7 @@ jobs:
- uses: actions/setup-node@v3
with:
cache: 'npm'
node-version: '18'
node-version: '20'
- uses: actions/download-artifact@v3
with:
name: version
Expand Down
Loading

0 comments on commit 23597fb

Please sign in to comment.