Skip to content

Commit 7601ed3

Browse files
chore(deps): pin dependency node to 10.24.1 (#626)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f257774 commit 7601ed3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Use Node.js to test and build
1515
uses: actions/setup-node@v2
1616
with:
17-
node-version: '10.x'
17+
node-version: '10.24.1'
1818
- name: Install dependencies
1919
run: yarn install --frozen-lockfile
2020
- name: Build

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Use Node.js to test and build
1212
uses: actions/setup-node@v2
1313
with:
14-
node-version: '10.x'
14+
node-version: '10.24.1'
1515
- name: Install dependencies
1616
run: yarn install --frozen-lockfile
1717
- name: Run the tests

0 commit comments

Comments
 (0)