Skip to content

Commit

Permalink
Update Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vsn4ik committed Sep 17, 2019
1 parent f120585 commit c239e4e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Run tests
on: [push, pull_request]
name: CI

on: [push]

jobs:
run:
Expand All @@ -13,9 +14,9 @@ jobs:
fetch-depth: 3

- name: Setup Node.js
uses: actions/setup-node@master
uses: actions/setup-node@v1
with:
version: 12
node-version: 12

- run: node --version
- run: npm --version
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
"release-zip": "cd dist/ && zip -r9 $npm_package_name-$npm_package_version-dist.zip * && mv $npm_package_name-$npm_package_version-dist.zip .."
},
"devDependencies": {
"puppeteer": "1.19.0",
"puppeteer": "1.20.0",
"karma": "4.3.0",
"karma-chrome-launcher": "3.1.0",
"karma-qunit": "4.0.0",
"karma-sinon": "1.0.5",
"clean-css-cli": "4.3.0",
"terser": "4.3.0",
"terser": "4.3.1",
"less": "3.10.3",
"jquery": "3.4.1",
"qunit": "2.9.2"
Expand Down

0 comments on commit c239e4e

Please sign in to comment.