Skip to content

build(deps-dev): bump parse-server from 2.8.4 to 7.3.0 #436

build(deps-dev): bump parse-server from 2.8.4 to 7.3.0

build(deps-dev): bump parse-server from 2.8.4 to 7.3.0 #436

Workflow file for this run

name: Node.js CI - build --release
on: [push]
jobs:
build-release:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.8.0]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.22.19
- run: export PATH=$HOME/.yarn/bin:$PATH
- run: yarn
- run: yarn build --release
env:
CI: true