Skip to content

Commit dc10e95

Browse files
committed
DSET-2117: Frontend workflow fix
1 parent 4ac95a5 commit dc10e95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v3
1616
- uses: actions/setup-node@v3
1717
with:
18-
node-version: 'lts'
18+
node-version: 'lts/*'
1919
# Ref: https://github.com/actions/cache/blob/main/examples.md#node---yarn
2020
- name: Get yarn cache path
2121
id: yarn-cache-path

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v3
1515
- uses: actions/setup-node@v3
1616
with:
17-
node-version: 'lts'
17+
node-version: 'lts/*'
1818
# Ref: https://github.com/actions/cache/blob/main/examples.md#node---yarn
1919
- name: Get yarn cache path
2020
id: yarn-cache-path

0 commit comments

Comments
 (0)