Skip to content

Commit

Permalink
Update project config
Browse files Browse the repository at this point in the history
- update (dev) dependencies
- update GitHub actions and test matrix
  • Loading branch information
BendingBender committed Nov 12, 2022
1 parent f435dca commit d2700b6
Show file tree
Hide file tree
Showing 6 changed files with 1,423 additions and 585 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['10', '12', '14']
node: ['14', '16', '18']
name: Test on Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: npm install -g pnpm
Expand Down
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx lint-staged
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 Dimitri Benin
Copyright (c) 2022 Dimitri Benin

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ https://github.com/BendingBender/yarpm/blob/master/CHANGELOG.md

## Contributing

Thank you for contributing!
Clone the repo and make a pull request. Thank you for contributing!

### Bug Reports or Feature Requests

Expand Down
Loading

0 comments on commit d2700b6

Please sign in to comment.