Skip to content

Commit

Permalink
feat: add Nodejs 14 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jevgenijsblaus committed Dec 29, 2023
1 parent 373323d commit 0e786f2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
echo 'matrix={
"os_name": ["alpine"],
"node_version": ["lts", "16", "18", "20"]
"node_version": ["lts", "14", "16", "18", "20"]
}' | tr -d '\n' >> $GITHUB_OUTPUT
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
echo 'matrix={
"os_name": ["alpine"],
"node_version": ["lts", "16", "18", "20"]
"node_version": ["lts", "14", "16", "18", "20"]
}' | tr -d '\n' >> $GITHUB_OUTPUT
- name: ⚙️ Get version for image tag
Expand Down
4 changes: 4 additions & 0 deletions src/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,9 @@ all:
ansible_connection: local
node_version: 16
os_name: alpine
14-alpine:
ansible_connection: local
node_version: 14
os_name: alpine

...

0 comments on commit 0e786f2

Please sign in to comment.