Skip to content

Commit 7ad176d

Browse files
authored
ci: update node versions (#104)
1 parent 15118c3 commit 7ad176d

File tree

3 files changed

+8
-15615
lines changed

3 files changed

+8
-15615
lines changed

.github/workflows/pr.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
- name: Checkout files
1919
uses: actions/checkout@v4
2020

21-
- name: Install Node v16
21+
- name: Install Node v18
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: '16.13'
24+
node-version: '18.14'
2525

2626
- name: Get yarn cache directory path
2727
id: yarn-cache-dir-path
@@ -49,10 +49,10 @@ jobs:
4949
- name: Checkout files
5050
uses: actions/checkout@v4
5151

52-
- name: Install Node v16
52+
- name: Install Node v18
5353
uses: actions/setup-node@v4
5454
with:
55-
node-version: '16.13'
55+
node-version: '18.14'
5656

5757
- name: Get yarn cache directory path
5858
id: yarn-cache-dir-path
@@ -80,10 +80,10 @@ jobs:
8080
- name: Checkout files
8181
uses: actions/checkout@v4
8282

83-
- name: Install Node v16
83+
- name: Install Node v18
8484
uses: actions/setup-node@v4
8585
with:
86-
node-version: '16.13'
86+
node-version: '18.14'
8787

8888
- name: Get yarn cache directory path
8989
id: yarn-cache-dir-path

.github/workflows/registry.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
ref: ${{ github.head_ref }}
2020
fetch-depth: 0
2121

22-
- name: Set Node.js 16.x
22+
- name: Set Node.js 18.14
2323
uses: actions/setup-node@v3
2424
with:
25-
node-version: 16.x
25+
node-version: 18.14
2626

2727
- name: Install deps
2828
run: yarn install

0 commit comments

Comments
 (0)