Skip to content

Commit

Permalink
Merge pull request #10 from awharn-docker/add-node-22
Browse files Browse the repository at this point in the history
Add node 22
  • Loading branch information
awharn authored Oct 22, 2024
2 parents 636b67c + ae2f901 commit a3d44f2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ env:

jobs:
build-and-deploy-x64:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
node: [16, 18, 20]
node: [18, 20, 22]
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand All @@ -36,7 +36,7 @@ jobs:

- name: Build & Push
id: build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
platforms: linux/amd64
Expand All @@ -56,7 +56,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [16, 18, 20]
node: [18, 20, 22]
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand All @@ -79,7 +79,7 @@ jobs:

- name: Build & Push
id: build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
platforms: linux/arm64
Expand Down

0 comments on commit a3d44f2

Please sign in to comment.