Skip to content

Commit

Permalink
Merge pull request #47 from etpinard/2023-maintenance
Browse files Browse the repository at this point in the history
2023 maintenance
  • Loading branch information
etpinard committed Jan 17, 2023
2 parents 1a9d37c + 263f36d commit ef45530
Show file tree
Hide file tree
Showing 6 changed files with 4,390 additions and 2,999 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,16 @@ jobs:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 19.x]
node-version: [12.x, 14.x, 16.x, 18.x, 19.x]

steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm install
- run: npm run build --if-present
- run: npm test
7 changes: 0 additions & 7 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2021 Étienne Tétreault-Pinard
Copyright (c) 2023 Étienne Tétreault-Pinard

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![npm version](https://badge.fury.io/js/npm-link-check.svg)](https://badge.fury.io/js/npm-link-check)

[![Build Status](https://travis-ci.org/etpinard/npm-link-check.svg?branch=master)](https://travis-ci.org/etpinard/npm-link-check)
[![example workflow](https://github.com/etpinard/npm-link-check/actions/workflows/ci.yml/badge.svg)](https://github.com/etpinard/npm-link-check/actions/workflows/ci.yml)
[![Coverage Status](https://coveralls.io/repos/github/etpinard/npm-link-check/badge.svg?branch=master)](https://coveralls.io/github/etpinard/npm-link-check?branch=master)

CLI utility that checks whether a project's current node modules tree contains npm-link'ed packages.
Expand Down Expand Up @@ -66,6 +66,6 @@ aborted.

## Credits

2021 Étienne Tétreault-Pinard. MIT License
2023 Étienne Tétreault-Pinard. MIT License

[![Standard - JavaScript Style Guide](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)
Loading

0 comments on commit ef45530

Please sign in to comment.