Skip to content

Commit 033e2b1

Browse files
authored
Update ci.yml to node 14, 16, 18
1 parent 958a6ef commit 033e2b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
node-version: [12.x, 14.x, 16.x]
20+
node-version: [14.x, 16.x, 18.x]
2121
os: [ubuntu-latest]
2222

2323
steps:
@@ -97,4 +97,4 @@ jobs:
9797
build-args: SOLID_SERVER_VERSION=${{ steps.tagName.outputs.version }}
9898
push: true
9999
tags: ${{ steps.meta.outputs.tags }}
100-
labels: ${{ steps.meta.outputs.labels }}
100+
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)