Skip to content

Commit

Permalink
Update ci.yml to node 14, 16, 18
Browse files Browse the repository at this point in the history
  • Loading branch information
bourgeoa authored Nov 30, 2023
1 parent 958a6ef commit 033e2b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [14.x, 16.x, 18.x]
os: [ubuntu-latest]

steps:
Expand Down Expand Up @@ -97,4 +97,4 @@ jobs:
build-args: SOLID_SERVER_VERSION=${{ steps.tagName.outputs.version }}
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 033e2b1

Please sign in to comment.