Skip to content

Commit

Permalink
Merge pull request #351 from d-i-t-a/develop
Browse files Browse the repository at this point in the history
Updated dependencies based on depshield issues.
  • Loading branch information
aferditamuriqi authored Apr 19, 2022
2 parents 01afd99 + 5ec4fb0 commit 4939c33
Show file tree
Hide file tree
Showing 4 changed files with 16,076 additions and 32,687 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['10.x', '12.x', '14.x']
node: ['10.x', '12.x', '14.x', '16.x']

steps:
- name: Checkout repo
Expand All @@ -31,4 +31,4 @@ jobs:
# run: npm run test --ci --coverage --maxWorkers=2

- name: Build
run: npm build
run: npm run build
Loading

0 comments on commit 4939c33

Please sign in to comment.