Compare commits

...

2 commits

Author SHA1 Message Date
30202490be chore: update github actions
Update the node version to be consistent between the tests and
publishing.

Adds yarn cacheing to the setup-node action.

Adds a conditional action for the publishing so we don't publish a
release the release tagging fails.
2023-02-10 07:55:27 +00:00
750f106c41 chore: update dependencies 2023-02-10 07:55:24 +00:00
4 changed files with 632 additions and 722 deletions

View file

@ -13,8 +13,10 @@ jobs:
uses: actions/checkout@v3
- name: Set up Node
uses: actions/setup-node@v2
with: { node-version: 18 }
uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn
- name: Install dependencies
run: yarn install

View file

@ -8,15 +8,17 @@ on:
jobs:
build:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '14'
node-version: 18
registry-url: 'https://registry.npmjs.org'
cache: yarn
- name: Install dependencies and build
run: yarn install && yarn build

View file

@ -31,17 +31,17 @@
"yargs": "^17.6.2"
},
"devDependencies": {
"@types/jest": "^29.2.5",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"eslint": "^8.31.0",
"@types/jest": "^29.4.0",
"@types/node": "^18.13.0",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.3.1",
"prettier": "^2.8.2",
"ts-jest": "^29.0.3",
"jest": "^29.4.2",
"prettier": "^2.8.4",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
}
}

1324
yarn.lock

File diff suppressed because it is too large Load diff