Skip to content

Commit

Permalink
Upgrade rollup to latest version (#425)
Browse files Browse the repository at this point in the history
* Upgrade rollup to latest version
* Bump oldest tested MacOS version. Seems Safari 10 is not supported by babel, etc anymore. Drops support for Safari 10
* Update github action versions
  • Loading branch information
Nick Frasser authored Jan 3, 2023
1 parent 0ad7a99 commit 21ee835
Show file tree
Hide file tree
Showing 6 changed files with 120 additions and 170 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [10.x, 12.x, 14.x, 16.x]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
Expand All @@ -30,8 +30,8 @@ jobs:
runs-on: ubuntu-latest
needs: unit
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 'lts/*'
cache: 'npm'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 'lts/*'
cache: 'npm'
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,12 @@ plugin documentation](https://linkify.js.org/docs/plugins.html).

## Browser Support

Linkify natively supports all modern browsers. Linkify is tested on Internet
Explorer 11 and above.
Linkify natively supports all modern browsers.

## Node.js Support

Linkify is tested on Node.js 10 and up. Older versions are unofficially supported.
Linkify is tested on Node.js 10 and up. Older Node.js versions are unofficially
supported.

## Downloads

Expand Down
Loading

0 comments on commit 21ee835

Please sign in to comment.