Skip to content

Bump copy-props from 2.0.4 to 2.0.5 (#121) #86

Bump copy-props from 2.0.4 to 2.0.5 (#121)

Bump copy-props from 2.0.4 to 2.0.5 (#121) #86

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: 14.x
- name: NPM install
run: npm ci
- name: Build extension
run: npm run build