Skip to content

chore(deps): update dependency argoproj/argo-cd to v2.10.6 #1087

chore(deps): update dependency argoproj/argo-cd to v2.10.6

chore(deps): update dependency argoproj/argo-cd to v2.10.6 #1087

Workflow file for this run

name: Website build
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
with:
submodules: recursive
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 16
- name: Get kubectl version
run: |
source hack/lib/kubectl-version.sh
echo "Using kubectl ${KUBECTL_VERSION}"
echo "KUBECTL_VERSION=$KUBECTL_VERSION" >> $GITHUB_ENV
- uses: azure/setup-kubectl@v3
with:
version: '${{ env.KUBECTL_VERSION }}'
id: install
- name: Run website build
working-directory: website
run: |
npm install
npm run build