Skip to content

Commit f822ff6

Browse files
authored
Merge branch 'main' into NCRS-4111/NCRS-4106/Upgrade-of-react-storybook-and-scss
2 parents f1c75d0 + af44420 commit f822ff6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Node.js
1515
uses: actions/setup-node@v2
1616
with:
17-
node-version: '18.x'
17+
node-version-file: .nvmrc
1818
- name: Enable corepack
1919
run: corepack enable
2020
- name: Set Yarn version

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Node.js
1717
uses: actions/setup-node@v2
1818
with:
19-
node-version: '18.x'
19+
node-version-file: .nvmrc
2020

2121
- name: Enable corepack
2222
run: corepack enable

.github/workflows/storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Node.js
1818
uses: actions/setup-node@v2
1919
with:
20-
node-version: '18.x'
20+
node-version-file: .nvmrc
2121

2222
- name: Enable corepack
2323
run: corepack enable

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18
1+
lts/jod

0 commit comments

Comments
 (0)