Skip to content

Commit

Permalink
feat: remove argocd app, update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Saghen committed Mar 26, 2024
1 parent 1ff8bb6 commit 960146b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 55 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy
name: Build
on:
push:
branches:
Expand All @@ -16,7 +16,7 @@ jobs:
packages: write
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
52 changes: 0 additions & 52 deletions ci/app.yaml

This file was deleted.

0 comments on commit 960146b

Please sign in to comment.