Skip to content

Commit

Permalink
package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
TimCsaky committed Dec 10, 2021
1 parent c4e09d6 commit f4cbee4
Show file tree
Hide file tree
Showing 4 changed files with 1,491 additions and 1,710 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 f4cbee4

Please sign in to comment.