Skip to content

Commit

Permalink
chore(deps): update dependencies (#17)
Browse files Browse the repository at this point in the history
* chore(deps): update dependencies

* ci: update Node.js version and add Node.js 20
  • Loading branch information
angeloashmore committed Apr 12, 2024
1 parent 3b72c7f commit ca0b3da
Show file tree
Hide file tree
Showing 34 changed files with 2,669 additions and 7,616 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [14]
node: [18, 20]

steps:
- name: Set up Node
Expand Down Expand Up @@ -46,11 +46,11 @@ jobs:
run: npm run build

- name: Coverage
if: matrix.os == 'ubuntu-latest' && matrix.node == 14
if: matrix.os == 'ubuntu-latest' && matrix.node == 18
uses: codecov/codecov-action@v1

- name: Size
if: github.event_name == 'pull_request' && matrix.os == 'ubuntu-latest' && matrix.node == 14
if: github.event_name == 'pull_request' && matrix.os == 'ubuntu-latest' && matrix.node == 18
uses: andresz1/size-limit-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"plugins": ["prettier-plugin-jsdoc"],
"jsdocSeparateReturnsFromParam": true,
"jsdocSingleLineComment": false,
"jsdocCommentLineStrategy": "multiline",
"tsdoc": true,
"printWidth": 80,
"useTabs": true,
Expand Down
Loading

0 comments on commit ca0b3da

Please sign in to comment.