Skip to content

Commit 14d0025

Browse files
ojasjoshiOjas Joshi
andauthored
roll-back setupnode action version to 1.4.3 (#16)
Co-authored-by: Ojas Joshi <[email protected]>
1 parent 8809331 commit 14d0025

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
52+
uses: actions/setup-node@v1.4.3
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
62+
uses: actions/setup-node@v1.4.3
6363
with:
6464
node-version: '12.x'
6565
- name: Install nodeJS packages

0 commit comments

Comments
 (0)