Skip to content

Commit

Permalink
Merge pull request #576 from xeroxinteractive/next
Browse files Browse the repository at this point in the history
Open up node version range + dependency updates
  • Loading branch information
AndrewLeedham authored Feb 22, 2021
2 parents 37ae707 + d32076c commit a6e5c6e
Show file tree
Hide file tree
Showing 3 changed files with 480 additions and 872 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 14
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
Expand All @@ -52,7 +52,7 @@ jobs:
with:
path: |
node_modules
key: ${{ matrix.node-version}}-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
key: 14-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
- uses: webfactory/[email protected]
with:
ssh-private-key: ${{secrets.SSH_PRIVATE_KEY}}
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"prepublishOnly": "yarn run build"
},
"engines": {
"node": ">=10 <=14"
"node": ">=10"
},
"browserslist": [
"current node"
Expand Down Expand Up @@ -54,17 +54,17 @@
"preset": "ts-jest"
},
"devDependencies": {
"@commitlint/cli": "^8.2.0",
"@types/browserslist": "4.8.0",
"@commitlint/cli": "^11.0.0",
"@types/browserslist": "4.15.0",
"@types/jest": "^26.0.0",
"@types/node": "^12.12.39",
"@types/node": "^14.14.10",
"@types/node-fetch": "^2.1.7",
"@xerox/commitlint-config": "^2.1.6",
"@xerox/eslint-config": "^3.1.9",
"@xerox/prettier-config": "^2.2.6",
"@xerox/semantic-release-config": "^2.3.5",
"eslint": "^7.2.0",
"husky": "^4.0.0",
"husky": "^4.3.8",
"jest": "^26.0.1",
"jest-circus": "^26.0.1",
"jest-package-audit": "^3.1.2",
Expand Down
Loading

0 comments on commit a6e5c6e

Please sign in to comment.