Skip to content

Commit

Permalink
Merge pull request #30 from jvvillanueva9104/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
jvvillanueva9104 authored Aug 31, 2023
2 parents 13743f7 + f1ea068 commit 7f69171
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/m3pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
node-version: [14.x, 16.x, 18.x]
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
registry-url: "https://registry.npmjs.org"
Expand All @@ -41,7 +41,7 @@ jobs:
run: npm test

- name: Upload artifact for deployment job
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: node-app
path: |
Expand Down Expand Up @@ -69,4 +69,4 @@ jobs:
- name: Run Snyk Scan
run: snyk test --all-projects --severity-threshold=high

#comment 12
#comment 12345

0 comments on commit 7f69171

Please sign in to comment.