Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
Add support for node 16.x testing
Browse files Browse the repository at this point in the history
Drop support for node 10.x testing
Bump base image to node:16.13.1-alpine

Signed-off-by: Jeremy Ho <jujaga@gmail.com>
  • Loading branch information
jujaga committed Dec 9, 2021
1 parent 05081a0 commit 0e7144a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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
- '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 openshift/app.bc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ objects:
value: notice
from:
kind: DockerImage
name: docker.io/node:lts-alpine
name: docker.io/node:16.13.1-alpine
type: Docker
successfulBuildsHistoryLimit: 3
parameters:
Expand Down

0 comments on commit 0e7144a

Please sign in to comment.