Skip to content

Commit 105f5f7

Browse files
authored
Merge pull request #80 from r3ps4J/master
ci(release/build): update node version to 20.x
2 parents d90c175 + 6c1eda5 commit 105f5f7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup node environment
1515
uses: actions/setup-node@v2
1616
with:
17-
node-version: 14.x
17+
node-version: 20.x
1818
- name: Get yarn cache directory path
1919
id: yarn-cache-dir-path
2020
run: echo "::set-output name=dir::$(yarn config get cacheFolder)"
@@ -29,4 +29,3 @@ jobs:
2929
run: yarn --frozen-lockfile
3030
- name: Try build
3131
run: yarn build
32-

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: 'Setup Node.js'
2020
uses: 'actions/setup-node@v1'
2121
with:
22-
node-version: 14.x
22+
node-version: 20.x
2323
- name: Create release
2424
uses: marvinpinto/action-automatic-releases@latest
2525
with:

0 commit comments

Comments
 (0)