Skip to content

Commit 88f2dcd

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

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/node.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
arch: [amd64, arm, arm64]
27-
version: ["3.12", "3.14", "3.16", "3.18", "3.20"]
27+
version: ["3.12", "3.14", "3.16", "3.18"]
28+
#version: ["3.12", "3.14", "3.16", "3.18", "3.20"]
2829
env:
2930
name: "treehouses/node"
3031
steps:
@@ -55,7 +56,8 @@ jobs:
5556
fail-fast: false
5657
matrix:
5758
arch: [amd64, arm, arm64]
58-
version: ["3.12", "3.14", "3.16", "3.18", "3.20"]
59+
version: ["3.12", "3.14", "3.16", "3.18"]
60+
#version: ["3.12", "3.14", "3.16", "3.18", "3.20"]
5961
env:
6062
name: "treehouses/node"
6163
steps:

0 commit comments

Comments
 (0)