Skip to content

Upgraded rope from 1.9.0 to 1.10.0 (#1163) #2063

Upgraded rope from 1.9.0 to 1.10.0 (#1163)

Upgraded rope from 1.9.0 to 1.10.0 (#1163) #2063

Workflow file for this run

name: Build
on:
push:
branches:
- master
pull_request: {}
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_CONFIG_COLOR: always
jobs:
web:
name: Build
runs-on: ubuntu-20.04
environment: build
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Build
run: .github/scripts/build-web.sh