Skip to content
This repository was archived by the owner on Sep 29, 2020. It is now read-only.

Commit 488699b

Browse files
Bump actions/setup-node from v1 to v2.1.1
Bumps [actions/setup-node](https://github.com/actions/setup-node) from v1 to v2.1.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v1...321b6cc) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5f5e388 commit 488699b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-deploy-master.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Hent tag
2929
run: echo "::set-env name=TAG::1.1_$(git log -1 --pretty='%ad' --date=format:'%Y%m%d%H%M%S')_$(echo $GITHUB_SHA | cut -c1-7)"
3030
- name: Sette opp Node
31-
uses: actions/setup-node@v1
31+
uses: actions/setup-node@v2.1.1
3232
with:
3333
node-version: 12.x
3434

.github/workflows/valider-pull-request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- name: Hente kode
99
uses: actions/checkout@v1
1010
- name: Sette opp Node
11-
uses: actions/setup-node@v1
11+
uses: actions/setup-node@v2.1.1
1212
with:
1313
node-version: 12.x
1414

0 commit comments

Comments
 (0)