Skip to content

Commit 8638de2

Browse files
authored
Upgrade glob to 10 and minimum Node version to 18 (#173)
1 parent e560682 commit 8638de2

File tree

8 files changed

+1803
-837
lines changed

8 files changed

+1803
-837
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
matrix:
1515
os: [ubuntu-latest]
1616
node-version:
17-
- 16
1817
- 18
18+
- 20
1919
runs-on: ${{ matrix.os }}
2020
steps:
2121
- uses: actions/checkout@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-node@v4
1414
with:
15-
node-version: 16
15+
node-version: 18
1616
registry-url: https://registry.npmjs.org/
1717
- run: npm i
1818
- run: npm publish

0 commit comments

Comments
 (0)