Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mbalabash committed Mar 25, 2023
1 parent aeaae63 commit 7b879dc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: [16]
node: [14, 16]
os: [macos-latest, ubuntu-latest, windows-latest]
name: OS ${{ matrix.os }} Node.js ${{ matrix.node }}
steps:
- name: Install Chrome
uses: browser-actions/setup-chrome@latest
uses: browser-actions/setup-chrome@latest
- name: Checkout the repository
uses: actions/checkout@v2
- name: Install Node.js ${{ matrix.node }}
Expand All @@ -25,4 +25,4 @@ jobs:
- name: Run unit tests
run: yarn unit
env:
FORCE_COLOR: 2
FORCE_COLOR: 2
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This project adheres to [Semantic Versioning](http://semver.org/).

## 1.0.4

- Added support for node-14

## 1.0.3

- Added support for new puppeteer BrowserFetcher API
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "find-chrome-bin",
"version": "1.0.3",
"version": "1.0.4",
"description": "Finds local Chromium binary to use it with puppeteer-core",
"keywords": [
"chrome",
Expand All @@ -14,7 +14,7 @@
"license": "MIT",
"author": "mbalabash <maksim.balabash@gmail.com>",
"engines": {
"node": ">=16.0.0"
"node": ">=14.0.0"
},
"types": "./index.d.ts",
"scripts": {
Expand Down

0 comments on commit 7b879dc

Please sign in to comment.