Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
  • Loading branch information
prabhu committed Sep 24, 2024
1 parent 983daf7 commit 136d742
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- uses: actions/setup-go@v5
with:
go-version: '^1.23.1'
- run: |
npm ci
npm test
Expand All @@ -41,6 +44,9 @@ jobs:
with:
node-version: '22.x'
registry-url: https://registry.npmjs.org/
- uses: actions/setup-go@v5
with:
go-version: '^1.23.1'
- run: |
npm ci
npm run prepare
Expand Down

0 comments on commit 136d742

Please sign in to comment.