Skip to content

Commit 8953493

Browse files
npm audit fix & pipeline fix (#131)
* npm audit fix * attempt to fix workflow * add request package. not sure how this ever worked.
1 parent 9cc17e6 commit 8953493

File tree

3 files changed

+1158
-766
lines changed

3 files changed

+1158
-766
lines changed

.github/workflows/node.js.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [14.x, 16.x, 18.x]
19+
node-version: [16.x, 18.x, 20.x]
2020
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2121

2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424
- name: Use Node.js ${{ matrix.node-version }}
2525
uses: actions/setup-node@v3
2626
with:

0 commit comments

Comments
 (0)