Skip to content

Commit eea10a6

Browse files
authored
Merge pull request #190 from advanced-security/dependabot/npm_and_yarn/main/development-dependencies-de3770ec17
chore: bump the development-dependencies group across 1 directory with 5 updates
2 parents d50e553 + fbcfbc9 commit eea10a6

File tree

10 files changed

+4573
-10922
lines changed

10 files changed

+4573
-10922
lines changed

.github/workflows/check-dist.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v6
2525

26-
- name: Set Node.js 16.x
26+
- name: Set Node.js 20.x
2727
uses: actions/setup-node@v6.1.0
2828
with:
29-
node-version: 16.x
29+
node-version: 20.x
3030

3131
- name: Install dependencies
3232
run: npm ci

__tests__/main.test.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
describe('main', () => {
2+
it('placeholder test', () => {
3+
// This is a placeholder test to prevent Jest from failing
4+
// TODO: Add proper unit tests for the main module
5+
expect(true).toBe(true)
6+
})
7+
})

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ inputs:
1818
required: false
1919
description: 'The output SARIF file path, defaults to the input SARIF file path'
2020
runs:
21-
using: 'node16'
21+
using: 'node20'
2222
main: 'dist/index.js'

0 commit comments

Comments
 (0)