Skip to content

Commit 2a52206

Browse files
committed
Update CI node
1 parent 8987897 commit 2a52206

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Node
2323
uses: actions/setup-node@v3
2424
with:
25-
node-version: 14
25+
node-version: 18
2626
cache: yarn
2727
- name: Install Dependencies
2828
run: yarn install --frozen-lockfile
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v3
4141
- uses: actions/setup-node@v3
4242
with:
43-
node-version: 14
43+
node-version: 18
4444
cache: yarn
4545
- name: Install Dependencies
4646
run: yarn install --no-lockfile
@@ -73,7 +73,7 @@ jobs:
7373
- name: Install Node
7474
uses: actions/setup-node@v3
7575
with:
76-
node-version: 14
76+
node-version: 18
7777
cache: yarn
7878
- name: Install Dependencies
7979
run: yarn install --frozen-lockfile

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install node
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: 14.x
19+
node-version: 18.x
2020
registry-url: 'https://registry.npmjs.org'
2121

2222
- name: install dependencies

0 commit comments

Comments
 (0)