Skip to content

Commit 9ca73f7

Browse files
committed
优化github action,只支持LTS
1 parent 93390b8 commit 9ca73f7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.dockerignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ test
33
.eslintrc
44
.gitignore
55
Dockerfile
6-
README.md
6+
README.md
7+
.github

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [10.x, 12.x, 14.x]
19+
node-version: [18.x]
2020

2121
steps:
2222
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)