Skip to content

Commit e89687a

Browse files
ojasjoshiojasjosh
andauthored
Bump setup-node action version to 2.1.4(latest) (#21)
Co-authored-by: ojasjosh <[email protected]>
1 parent 121839c commit e89687a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-ros2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
path: action
5151
- name: Setup nodeJS
52-
uses: actions/setup-node@v1.4.3
52+
uses: actions/setup-node@v2.1.4
5353
with:
5454
node-version: '12.x'
5555
- name: Install nodeJS packages

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
with:
6060
path: action
6161
- name: Setup nodeJS
62-
uses: actions/setup-node@v1.4.3
62+
uses: actions/setup-node@v2.1.4
6363
with:
6464
node-version: '12.x'
6565
- name: Install nodeJS packages

0 commit comments

Comments
 (0)