Skip to content

Commit e5961b1

Browse files
authored
Merge pull request #52 from zumba/copilot/remove-travis-build-info
Prepare v2.1.4 release: remove Travis CI and expand Node.js version coverage
2 parents ff404b5 + 75f2860 commit e5961b1

8 files changed

Lines changed: 19 additions & 15 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
strategy:
2020
matrix:
21-
node-version: [14.x, 16.x, 18.x]
21+
node-version: [14.x, 16.x, 18.x, 20.x, 22.x, 24.x]
2222
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2323

2424
steps:

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
contents: read
1515
strategy:
1616
matrix:
17-
node-version: [14.x, 16.x, 18.x]
17+
node-version: [14.x, 16.x, 18.x, 20.x, 22.x, 24.x]
1818
steps:
1919
- uses: actions/checkout@v2
2020
- name: Use Node.js ${{ matrix.node-version }}
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v2
3434
- uses: actions/setup-node@v2
3535
with:
36-
node-version: 16
36+
node-version: 20
3737
registry-url: https://registry.npmjs.org/
3838
- run: npm ci
3939
- run: npm publish
@@ -50,7 +50,7 @@ jobs:
5050
- uses: actions/checkout@v2
5151
- uses: actions/setup-node@v2
5252
with:
53-
node-version: 16
53+
node-version: 20
5454
registry-url: https://npm.pkg.github.com/
5555
- run: npm ci
5656
- run: npm publish

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SwivelJS [![Build Status](https://travis-ci.org/zumba/swiveljs.svg?branch=master)](https://travis-ci.org/zumba/swiveljs)
1+
# SwivelJS
22

33
> Strategy driven, segmented feature toggles for Javascript
44

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "swiveljs",
3-
"version": "2.1.1",
3+
"version": "2.1.4",
44
"description": "Strategy driven, segmented feature toggles",
55
"main": "dist/swivel.js",
66
"license": "MIT",

dist/swivel.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
;(function SwivelJS(undefined) {
22
'use strict';
33
/**
4-
* SwivelJS v2.1.1 - 2022-07-24
4+
* SwivelJS v2.1.4 - 2026-02-18
55
* Strategy driven, segmented feature toggles
66
*
7-
* Copyright (c) 2022 Zumba®
7+
* Copyright (c) 2026 Zumba®
88
* Licensed MIT
99
*/
1010
// Production steps of ECMA-262, Edition 5, 15.4.4.21

dist/swivel.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 8 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "swiveljs",
3-
"version": "2.1.1",
3+
"version": "2.1.4",
44
"description": "Strategy driven, segmented feature toggles",
55
"main": "dist/swivel.js",
66
"scripts": {

0 commit comments

Comments
 (0)