Skip to content

Commit

Permalink
npm audit fix & pipeline fix (#131)
Browse files Browse the repository at this point in the history
* npm audit fix

* attempt to fix workflow

* add request package. not sure how this ever worked.
  • Loading branch information
seanmakesgames authored May 23, 2024
1 parent 9cc17e6 commit 8953493
Show file tree
Hide file tree
Showing 3 changed files with 1,158 additions and 766 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:

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

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down
Loading

0 comments on commit 8953493

Please sign in to comment.