Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

Bump vue from 3.4.24 to 3.4.34 #14

Bump vue from 3.4.24 to 3.4.34

Bump vue from 3.4.24 to 3.4.34 #14

Workflow file for this run

name: Depraveyard
on:
push:
branches:
- develop
- master
jobs:
depraveyard:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 20.x
- run: npm ci
- name: Depraveyard pushing
run: npx depraveyard push --orgId ozziest-org-YLASRc --accessId ${{ secrets.DEPRAVEYARD_ACCESS_ID }} --accessToken ${{ secrets.DEPRAVEYARD_TOKEN }}