Skip to content

Commit 1a25cfa

Browse files
committed
No actions for node 16. Using 18, 20 and 22
1 parent 1479717 commit 1a25cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
container: ["node:16-alpine", "node:18-alpine", "node:20-alpine"]
17+
container: ["node:18-alpine", "node:20-alpine", "node:22-alpine"]
1818
container:
1919
image: ${{ matrix.container }}
2020
services:

0 commit comments

Comments
 (0)