Skip to content

Commit

Permalink
Merge branch 'pinojs:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
joelmukuthu committed Jul 22, 2023
2 parents b5d8fb4 + 491b342 commit 8dce9af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
matrix:
os: [macOS-latest, windows-latest, ubuntu-latest]
node-version: [14, 16, 18, 19, 20]
exclude:
- os: windows-latest
node-version: 14
steps:
- name: Check out repo
uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"eslint": "^8.17.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-n": "15.7.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"execa": "^5.0.0",
Expand All @@ -82,7 +82,7 @@
"jest": "^29.0.3",
"log": "^6.0.0",
"loglevel": "^1.6.7",
"midnight-smoker": "^2.0.1",
"midnight-smoker": "1.1.1",
"pino-pretty": "^10.0.0",
"pre-commit": "^1.2.2",
"proxyquire": "^2.1.3",
Expand Down

0 comments on commit 8dce9af

Please sign in to comment.