Skip to content

Commit d9da53a

Browse files
authored
Merge branch 'master' into beta
2 parents b9f1df4 + fada708 commit d9da53a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node.js
1717
uses: actions/setup-node@v2
1818
with:
19-
node-version: 14
19+
node-version: 18
2020
- name: Install dependencies
2121
run: yarn
2222
- name: Release

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node.js
1919
uses: actions/setup-node@v2
2020
with:
21-
node-version: 14
21+
node-version: 18
2222

2323
- name: Get yarn cache directory path
2424
id: yarn-cache-dir-path

0 commit comments

Comments
 (0)