Skip to content

Commit ca8559f

Browse files
committed
chore: raise CI node version to 18
Signed-off-by: Jakub Freisler <jakub@frsource.org>
1 parent 4ac2220 commit ca8559f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v3
1818
- uses: actions/setup-node@v3
1919
with:
20-
node-version: "16.x"
20+
node-version: "18.x"
2121
- name: Remove git auth
2222
run: git config --unset http.https://github.com/.extraheader
2323
- name: Generate yarn cache-key
@@ -52,7 +52,7 @@ jobs:
5252
- uses: actions/checkout@v3
5353
- uses: actions/setup-node@v3
5454
with:
55-
node-version: "16.x"
55+
node-version: "18.x"
5656
- name: remove git auth
5757
run: git config --unset http.https://github.com/.extraheader
5858
- name: Configure Yarn cache
@@ -79,7 +79,7 @@ jobs:
7979
- uses: actions/checkout@v3
8080
- uses: actions/setup-node@v3
8181
with:
82-
node-version: "16.x"
82+
node-version: "18.x"
8383
- name: remove git auth
8484
run: git config --unset http.https://github.com/.extraheader
8585
- name: Configure Yarn cache
@@ -110,7 +110,7 @@ jobs:
110110
- uses: actions/checkout@v3
111111
- uses: actions/setup-node@v3
112112
with:
113-
node-version: "16.x"
113+
node-version: "18.x"
114114
- name: remove git auth
115115
run: git config --unset http.https://github.com/.extraheader
116116
- name: Configure Yarn cache
@@ -154,7 +154,7 @@ jobs:
154154
git config --global user.email "$(git --no-pager log --format=format:'%ae' -n 1)"
155155
- uses: actions/setup-node@v3
156156
with:
157-
node-version: "16.x"
157+
node-version: "18.x"
158158
- name: remove git auth
159159
run: git config --unset http.https://github.com/.extraheader
160160
- name: Configure Yarn cache

0 commit comments

Comments
 (0)