Skip to content

Commit

Permalink
Merge pull request #52 from janl/fix/test
Browse files Browse the repository at this point in the history
Update devs, add GHA, remove travis
  • Loading branch information
janl committed Oct 31, 2021
2 parents 929fd07 + f716e5c commit 84cf173
Show file tree
Hide file tree
Showing 4 changed files with 2,464 additions and 3,760 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/node.js.yml
Expand Up @@ -5,9 +5,9 @@ name: Node.js CI

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

jobs:
build:
Expand All @@ -16,8 +16,7 @@ jobs:

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

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -32,7 +32,7 @@ pointer.set(obj, 1) // sets obj.foo = 1
All tests pass.
$

[![Build Status](https://travis-ci.org/janl/node-jsonpointer.png?branch=master)](https://travis-ci.org/janl/node-jsonpointer)
[![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)

## Author

Expand Down

0 comments on commit 84cf173

Please sign in to comment.