Skip to content

Commit

Permalink
Upgrade glob to 10 and minimum Node version to 18 (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie authored Jun 24, 2024
1 parent e560682 commit 8638de2
Show file tree
Hide file tree
Showing 8 changed files with 1,803 additions and 837 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
matrix:
os: [ubuntu-latest]
node-version:
- 16
- 18
- 20
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npm i
- run: npm publish
Expand Down
Loading

0 comments on commit 8638de2

Please sign in to comment.