chore(ci): update dependencies

Signed-off-by: Matthieu MOREL <mmorel-35@users.noreply.github.com>
Co-Authored-By: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-Authored-By: Matthieu MOREL <mmorel-35@users.noreply.github.com>
Co-Authored-By: MOREL Matthieu <matthieu.morel@cnp.fr>
This commit is contained in:
Matthieu MOREL 2021-07-23 23:29:32 +02:00 committed by MOREL Matthieu
parent 3be87be14a
commit 094ac703df
14 changed files with 7089 additions and 6830 deletions

View file

@ -24,8 +24,9 @@ jobs:
uses: actions/checkout@v2
- name: Set Node.js 12.x
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
cache: npm
node-version: 12.x
- name: npm install
@ -50,13 +51,13 @@ jobs:
echo "Hello world from file B" > path/to/artifact-B/file-B.txt
- name: Upload artifact A
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v2
with:
name: 'Artifact-A'
path: path/to/artifact-A
- name: Upload artifact B
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v2
with:
name: 'Artifact-B'
path: path/to/artifact-B
@ -109,4 +110,4 @@ jobs:
}
shell: pwsh