Skip to content

Commit 62a0e0b

Browse files
authored
Update node.yml
1 parent 88f2dcd commit 62a0e0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/node.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ jobs:
103103
fail-fast: false
104104
matrix:
105105
registry: [docker.io, ghcr.io]
106-
version: ["3.12", "3.14", "3.16", "3.18", "3.20"]
106+
version: ["3.12", "3.14", "3.16", "3.18"]
107+
#version: ["3.12", "3.14", "3.16", "3.18", "3.20"]
107108
runs-on: ubuntu-latest
108109
outputs:
109110
message: ${{ steps.message.outputs.message }}

0 commit comments

Comments
 (0)