diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 419281f..d6cdaf4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,7 @@ jobs: steps: - env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - uses: rokroskar/workflow-run-cleanup-action@v0.3.2 + uses: rokroskar/workflow-run-cleanup-action@v0.3.3 release: needs: test runs-on: ubuntu-latest @@ -17,7 +17,7 @@ jobs: github.event.pull_request.head.ref || '' }} - uses: actions/setup-node@v2 with: - node-version: 12 + node-version: 14 - run: git config --global user.email "actions@github.com" - run: git config --global user.name "GitHub Actions" - run: yarn --frozen-lockfile @@ -52,7 +52,7 @@ jobs: with: name: Image Snapshot Diffs path: "**/__image_snapshots__/__diff_output__" - - if: matrix.os == 'ubuntu-latest' && matrix.node == 12 + - if: matrix.os == 'ubuntu-latest' && matrix.node == 14 uses: codecov/codecov-action@v1 with: fail_ci_if_error: true @@ -60,13 +60,13 @@ jobs: strategy: matrix: exclude: - - node: 10 + - node: 12 os: macos-latest - - node: 10 + - node: 12 os: windows-latest node: - - 10 - 12 + - 14 os: - macos-latest - windows-latest diff --git a/package.json b/package.json index 200771f..6d63a4e 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,10 @@ "test": "base test" }, "devDependencies": { - "@dword-design/base": "^7.0.0" + "@dword-design/base": "^8.0.0" + }, + "engines": { + "node": ">=12" }, "publishConfig": { "access": "public" diff --git a/yarn.lock b/yarn.lock index bdff31f..b297948 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1141,10 +1141,10 @@ micromatch "^4.0.2" std-env "^2.3.0" -"@dword-design/base@^7.0.0": - version "7.14.4" - resolved "https://registry.yarnpkg.com/@dword-design/base/-/base-7.14.4.tgz#1141b4c4ccca6f53a51e2aea5c12e06e88468bd8" - integrity sha512-GUDCfpYxgXflFo9klVWDDH2GG8/GGZWbWptBwuaaozJNpXckAmLgpS/wJDcYjkaLjPC7m00e3uT7krZPwGEBrA== +"@dword-design/base@^8.0.0": + version "8.0.0" + resolved "https://registry.yarnpkg.com/@dword-design/base/-/base-8.0.0.tgz#77f225ec73e66e09ced980fae143ccbad9949ae3" + integrity sha512-HtkOiT+ec50jNt1GjPg1oqaATC9RU98YfHXRJPAXarUtN7r/VK2abnJZl+rLy+2LjnGDQkkHqwn4+Spt6SQCZg== dependencies: "@babel/core" "^7.6.4" "@babel/register" "^7.6.2"