Skip to content

Commit

Permalink
Update rollup to version higher 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lopatnov committed Jun 17, 2020
1 parent f265064 commit 4a04749
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
52 changes: 26 additions & 26 deletions .github/workflows/node-package-ci.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
name: Node Package CI

on: [push]

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [8.x, 10.x, 12.x]

steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
run: |
npm ci
npm run build --if-present
npm test
env:
CI: true
name: Node Package CI

on: [push]

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [10.x, 12.x]

steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
run: |
npm ci
npm run build --if-present
npm test
env:
CI: true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"typescript": "^3.9.5"
},
"peerDependencies": {
"rollup": ">=1.0.0",
"rollup": ">=2.0.0",
"terser": ">=4.0.0"
},
"dependencies": {
Expand Down

0 comments on commit 4a04749

Please sign in to comment.