Skip to content

Commit

Permalink
ci: updated nodejs version and npm settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Trickfilm400 committed Nov 23, 2023
1 parent f20697e commit 3cf0334
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:

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

steps:
- uses: actions/checkout@v3
Expand All @@ -30,7 +30,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm ci --fund=false --audit=false
# - run: npm run build --if-present
- run: npm test
build:
Expand Down

0 comments on commit 3cf0334

Please sign in to comment.