Skip to content

Commit

Permalink
build(deps): bump actions/setup-node from 3.5.1 to 3.6.0 (#5219)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Jan 6, 2023
2 parents 21b08b3 + 5a8b81c commit afc69a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/false-positive-approvals.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v3
with:
ref: generatedSuppressions
- uses: actions/setup-node@v3.5.1
- uses: actions/setup-node@v3.6.0
- run: |
npm install fast-xml-parser@4.0.9
npm install fs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/false-positive-ops.yml
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
issue-body: ${{ github.event.issue.body }}
template-path: odc/.github/ISSUE_TEMPLATE/false-positive-report.yml
- uses: actions/setup-node@v3.5.1
- uses: actions/setup-node@v3.6.0
with:
node-version: 14
- name: Initialize npm
Expand Down

0 comments on commit afc69a0

Please sign in to comment.