Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
davedoesdev committed May 7, 2022
1 parent 61081a2 commit 27d42a3
Show file tree
Hide file tree
Showing 5 changed files with 2,073 additions and 6,444 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [12, 14, 16]
node-version: [14, 16, 18]

steps:
- name: Checkout
Expand All @@ -32,15 +32,15 @@ jobs:
run: npx grunt lint

- name: Test
if: matrix.node-version != '16'
if: matrix.node-version != '18'
run: npm test

- name: Coverage
if: matrix.node-version == '16'
if: matrix.node-version == '18'
run: npm run coverage

- name: Coveralls
if: matrix.node-version == '16'
if: matrix.node-version == '18'
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
20 changes: 10 additions & 10 deletions native/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions native/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "qlobber-native",
"description": "Native engine for qlobber",
"version": "2.0.0",
"version": "3.0.0",
"homepage": "https://github.com/davedoesdev/qlobber",
"author": {
"name": "David Halls",
Expand All @@ -18,10 +18,10 @@
"license": "MIT",
"main": "index.js",
"engines": {
"node": ">= 12"
"node": ">= 14"
},
"dependencies": {
"bindings": "^1.5.0",
"node-addon-api": "^4.2.0"
"node-addon-api": "^5.0.0"
}
}
Loading

0 comments on commit 27d42a3

Please sign in to comment.