Skip to content

Commit

Permalink
github: Update Node versions for builds
Browse files Browse the repository at this point in the history
Drop 16.x and 19.x. Add 20.x as the main target.
  • Loading branch information
mgrabovsky committed Sep 27, 2024
1 parent 74a725f commit f9bcdd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x, 19.x]
node-version: [18.x, 20.x]
env:
DEPLOYMENT_NODE_VERSION: '18.x'
DEPLOYMENT_NODE_VERSION: '20.x'
steps:
- name: Check out sources
uses: actions/checkout@v3
Expand Down

0 comments on commit f9bcdd8

Please sign in to comment.