Skip to content

Commit c306922

Browse files
mchmwmcode
mch
authored andcommitted
comment out node 18 workflow
1 parent e07365a commit c306922

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: .github/workflows/publish.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222

2323
strategy:
2424
matrix:
25-
node-version: [14.x, 16.x, 18.x]
25+
# node-version: [14.x, 16.x, 18.x]
26+
node-version: [14.x, 16.x]
2627
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2728

2829
steps:

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ dist
55
.eslintcache
66
.DS_Store
77
*.log
8+
screenshots

0 commit comments

Comments
 (0)