Skip to content

Commit dd5c0cf

Browse files
build(deps): lock file maintenance (#39)
BREAKING CHANGE: Node 16 and below is no longer supported
1 parent a0d3877 commit dd5c0cf

File tree

2 files changed

+454
-172
lines changed

2 files changed

+454
-172
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
strategy:
1414
matrix:
1515
node_version:
16-
- "12"
17-
- "14"
16+
- "18"
17+
- "20"
1818
steps:
1919
- uses: actions/checkout@v3
2020
- name: Use Node.js ${{ matrix.node_version }}

0 commit comments

Comments
 (0)