From 69219f6dee4d9de28ce5647c463b8244e84c7288 Mon Sep 17 00:00:00 2001 From: JV Villanueva Date: Thu, 31 Aug 2023 17:25:08 +1200 Subject: [PATCH] test37 --- .github/workflows/m3pipeline.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/m3pipeline.yml b/.github/workflows/m3pipeline.yml index f11910e..4999a3b 100644 --- a/.github/workflows/m3pipeline.yml +++ b/.github/workflows/m3pipeline.yml @@ -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" @@ -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: | @@ -69,4 +69,4 @@ jobs: - name: Run Snyk Scan run: snyk test --all-projects --severity-threshold=high - #comment 12 + #comment 12345