Skip to content

Commit

Permalink
Merge pull request #80 from TimCsaky/node16upgrade
Browse files Browse the repository at this point in the history
Update NPM Packages to support Node16 upgrade
  • Loading branch information
Naomi authored Dec 13, 2021
2 parents 6bbbfdd + f4cbee4 commit 89f3450
Show file tree
Hide file tree
Showing 4 changed files with 1,499 additions and 1,718 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
fail-fast: true
matrix:
node-version:
- 10.x
- 12.x
- 14.x
- 16.x
steps:
- name: Checkout Repository
uses: actions/checkout@v2
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
env:
CI: true
- name: Save Coverage Results
if: matrix.node-version == '14.x'
if: matrix.node-version == '16.x'
uses: actions/upload-artifact@v2
with:
name: coverage-app
Expand Down
2 changes: 1 addition & 1 deletion app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/bcgovimages/alpine-node-libreoffice:1.0.5
FROM docker.io/bcgovimages/alpine-node-libreoffice:1.0.6

ARG APP_ROOT=/opt/app-root/src
ENV NO_UPDATE_NOTIFIER=true \
Expand Down
Loading

0 comments on commit 89f3450

Please sign in to comment.