Skip to content

Commit d318190

Browse files
authored
Merge branch 'master' into replace-is-ci-by-ci-info
2 parents 3d0780c + c69b2a2 commit d318190

File tree

8 files changed

+147567
-17
lines changed

8 files changed

+147567
-17
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
os: [ubuntu-latest]
10-
node: [10, 12, 13]
10+
node: [14, 16, 18]
1111
steps:
1212
- uses: actions/checkout@v1
1313
- uses: actions/setup-node@v1

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,5 @@ jspm_packages/
5656

5757
dist/
5858
patch-package.test.tgz
59+
60+
.yarn/cache

0 commit comments

Comments
 (0)