File tree Expand file tree Collapse file tree 3 files changed +14
-11
lines changed Expand file tree Collapse file tree 3 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 55 steps :
66 - env :
77 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8- uses :
rokroskar/[email protected] .2 8+ uses :
rokroskar/[email protected] .3 99 release :
1010 needs : test
1111 runs-on : ubuntu-latest
1717 github.event.pull_request.head.ref || '' }}
1818 - uses : actions/setup-node@v2
1919 with :
20- node-version : 12
20+ node-version : 14
2121 -
run :
git config --global user.email "[email protected] " 2222 - run : git config --global user.name "GitHub Actions"
2323 - run : yarn --frozen-lockfile
@@ -52,21 +52,21 @@ jobs:
5252 with :
5353 name : Image Snapshot Diffs
5454 path : " **/__image_snapshots__/__diff_output__"
55- - if : matrix.os == 'ubuntu-latest' && matrix.node == 12
55+ - if : matrix.os == 'ubuntu-latest' && matrix.node == 14
5656 uses : codecov/codecov-action@v1
5757 with :
5858 fail_ci_if_error : true
5959 token : ${{ secrets.CODECOV_TOKEN }}
6060 strategy :
6161 matrix :
6262 exclude :
63- - node : 10
63+ - node : 12
6464 os : macos-latest
65- - node : 10
65+ - node : 12
6666 os : windows-latest
6767 node :
68- - 10
6968 - 12
69+ - 14
7070 os :
7171 - macos-latest
7272 - windows-latest
Original file line number Diff line number Diff line change 3838 "simple-git" : " ^2.37.0"
3939 },
4040 "devDependencies" : {
41- "@dword-design/base" : " ^7.9 .0" ,
41+ "@dword-design/base" : " ^8.0 .0" ,
4242 "@dword-design/puppeteer" : " ^4.0.0" ,
4343 "@dword-design/tester" : " ^1.2.1" ,
4444 "@dword-design/tester-plugin-puppeteer" : " ^2.0.0" ,
5050 "output-files" : " ^1.1.21" ,
5151 "with-local-tmp-dir" : " ^3.0.0"
5252 },
53+ "engines" : {
54+ "node" : " >=12"
55+ },
5356 "publishConfig" : {
5457 "access" : " public"
5558 }
Original file line number Diff line number Diff line change 11741174 micromatch "^4.0.2"
11751175 std-env "^2.3.0"
11761176
1177- "@dword-design/base@^7.9 .0":
1178- version "7.14.4 "
1179- resolved "https://registry.yarnpkg.com/@dword-design/base/-/base-7.14.4 .tgz#1141b4c4ccca6f53a51e2aea5c12e06e88468bd8 "
1180- integrity sha512-GUDCfpYxgXflFo9klVWDDH2GG8/GGZWbWptBwuaaozJNpXckAmLgpS/wJDcYjkaLjPC7m00e3uT7krZPwGEBrA ==
1177+ "@dword-design/base@^8.0 .0":
1178+ version "8.0.0 "
1179+ resolved "https://registry.yarnpkg.com/@dword-design/base/-/base-8.0.0 .tgz#77f225ec73e66e09ced980fae143ccbad9949ae3 "
1180+ integrity sha512-HtkOiT+ec50jNt1GjPg1oqaATC9RU98YfHXRJPAXarUtN7r/VK2abnJZl+rLy+2LjnGDQkkHqwn4+Spt6SQCZg ==
11811181 dependencies:
11821182 "@babel/core" "^7.6.4"
11831183 "@babel/register" "^7.6.2"
You can’t perform that action at this time.
0 commit comments