We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 958a6ef commit 033e2b1Copy full SHA for 033e2b1
1 file changed
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
18
strategy:
19
matrix:
20
- node-version: [12.x, 14.x, 16.x]
+ node-version: [14.x, 16.x, 18.x]
21
os: [ubuntu-latest]
22
23
steps:
@@ -97,4 +97,4 @@ jobs:
97
build-args: SOLID_SERVER_VERSION=${{ steps.tagName.outputs.version }}
98
push: true
99
tags: ${{ steps.meta.outputs.tags }}
100
- labels: ${{ steps.meta.outputs.labels }}
+ labels: ${{ steps.meta.outputs.labels }}
0 commit comments