Skip to content

Commit 84cf173

Browse files
authored
Merge pull request #52 from janl/fix/test
Update devs, add GHA, remove travis
2 parents 929fd07 + f716e5c commit 84cf173

File tree

4 files changed

+2464
-3760
lines changed

4 files changed

+2464
-3760
lines changed

.github/workflows/node.js.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Node.js CI
55

66
on:
77
push:
8-
branches: [ master ]
8+
branches: [ main ]
99
pull_request:
10-
branches: [ master ]
10+
branches: [ main ]
1111

1212
jobs:
1313
build:
@@ -16,8 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [10.x, 12.x, 14.x, 16.x]
20-
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
19+
node-version: [8.x, 10.x, 12.x, 14.x, 16.x]
2120

2221
steps:
2322
- uses: actions/checkout@v2

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pointer.set(obj, 1) // sets obj.foo = 1
3232
All tests pass.
3333
$
3434

35-
[![Build Status](https://travis-ci.org/janl/node-jsonpointer.png?branch=master)](https://travis-ci.org/janl/node-jsonpointer)
35+
[![Node.js CI](https://github.com/janl/node-jsonpointer/actions/workflows/node.js.yml/badge.svg)](https://github.com/janl/node-jsonpointer/actions/workflows/node.js.yml)
3636

3737
## Author
3838

0 commit comments

Comments
 (0)