Skip to content

Commit

Permalink
Merge pull request #4 from awharn-docker/update-workflows
Browse files Browse the repository at this point in the history
Update workflow to build node 16, 18, 20
  • Loading branch information
awharn authored Oct 17, 2023
2 parents f1699f3 + 3cb9019 commit 466198f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ on:
- cron: '0 12 * * 0'

env:
MAIN_NODE_VERSION: 16
MAIN_NODE_VERSION: 18

jobs:
build-and-deploy-x64:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
node: [14, 16, 18]
node: [16, 18, 20]
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [14, 16, 18]
node: [16, 18, 20]
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit 466198f

Please sign in to comment.