Skip to content

Commit

Permalink
chore: run npm audit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Luisfc68 committed Oct 2, 2024
1 parent 9429021 commit eff7a43
Show file tree
Hide file tree
Showing 3 changed files with 438 additions and 744 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
branches: [ main, Stable-Test, QA-Test ]
workflow_dispatch:

#permissions:
# contents: read
permissions:
contents: read

jobs:
build:
Expand All @@ -17,10 +17,10 @@ jobs:
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: Use Node.js 18.17.0
- name: Use Node.js 20.12.0
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
with:
node-version: '18.17.0'
node-version: '20.12.0'

- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.17.0
v20.12.0
Loading

0 comments on commit eff7a43

Please sign in to comment.