Skip to content

Commit

Permalink
Patch updates (#171)
Browse files Browse the repository at this point in the history
* patch: test updates, node 14 default

* patch: renames gh action

* Create .kodiak.toml
  • Loading branch information
yowainwright authored Dec 14, 2020
1 parent aa40725 commit 97982bb
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 50 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/automerge.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions

name: Node.js CI
name: Pull Request Manager

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

Expand All @@ -16,7 +14,7 @@ jobs:

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

steps:
- uses: actions/checkout@v2
Expand All @@ -25,7 +23,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: yarn
- run: yarn build
- run: yarn build
- run: yarn lint
- run: yarn test
env:
Expand Down
4 changes: 4 additions & 0 deletions .kodiak.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
version = 1
auto_approve_usernames = ["dependabot"]
merge.automerge_label = ['dependencies', 'automerge 🚀']
update.autoupdate_label = 'autoupdate 🔁'
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12
14
4 changes: 2 additions & 2 deletions dist/jquery.stickybits.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
stickybits - Stickybits is a lightweight alternative to `position: sticky` polyfills
@version v3.7.7
@version v3.7.8
@link https://github.com/yowainwright/stickybits#readme
@author Jeff Wainwright <[email protected]> (https://jeffry.in)
@license MIT
Expand Down Expand Up @@ -88,7 +88,7 @@
var _this = this;

var o = typeof obj !== 'undefined' ? obj : {};
this.version = '3.7.7';
this.version = '3.7.8';
this.userAgent = window.navigator.userAgent || 'no `userAgent` provided by the browser';
this.props = {
customStickyChangeNumber: o.customStickyChangeNumber || null,
Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.stickybits.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/stickybits.es.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
stickybits - Stickybits is a lightweight alternative to `position: sticky` polyfills
@version v3.7.7
@version v3.7.8
@link https://github.com/yowainwright/stickybits#readme
@author Jeff Wainwright <[email protected]> (https://jeffry.in)
@license MIT
Expand Down Expand Up @@ -83,7 +83,7 @@ var Stickybits = /*#__PURE__*/function () {
var _this = this;

var o = typeof obj !== 'undefined' ? obj : {};
this.version = '3.7.7';
this.version = '3.7.8';
this.userAgent = window.navigator.userAgent || 'no `userAgent` provided by the browser';
this.props = {
customStickyChangeNumber: o.customStickyChangeNumber || null,
Expand Down
4 changes: 2 additions & 2 deletions dist/stickybits.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
stickybits - Stickybits is a lightweight alternative to `position: sticky` polyfills
@version v3.7.7
@version v3.7.8
@link https://github.com/yowainwright/stickybits#readme
@author Jeff Wainwright <[email protected]> (https://jeffry.in)
@license MIT
Expand Down Expand Up @@ -89,7 +89,7 @@
var _this = this;

var o = typeof obj !== 'undefined' ? obj : {};
this.version = '3.7.7';
this.version = '3.7.8';
this.userAgent = window.navigator.userAgent || 'no `userAgent` provided by the browser';
this.props = {
customStickyChangeNumber: o.customStickyChangeNumber || null,
Expand Down
Loading

0 comments on commit 97982bb

Please sign in to comment.