Skip to content

Commit

Permalink
Added current node LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
indykoning authored Dec 16, 2024
1 parent 99939ed commit 4a4b7f2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/push-docker-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,13 @@ jobs:
- ubuntu-version: 22.04
php-version: 8.3
node-version: 14

- ubuntu-version: 22.04
php-version: 8.2
node-version: 22
- ubuntu-version: 22.04
php-version: 8.3
node-version: 22

steps:
-
name: Checkout
Expand Down Expand Up @@ -77,4 +83,4 @@ jobs:
PHP_VERSION=${{matrix.php-version}}
NODE_VERSION=${{matrix.node-version}}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 4a4b7f2

Please sign in to comment.