Skip to content

Commit fd7d671

Browse files
committed
Use node 18 in GH Actions
1 parent bea5ff1 commit fd7d671

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Use Node.js LTS
2121
uses: actions/setup-node@v1
2222
with:
23-
node-version: '16.x'
23+
node-version: '18.x'
2424
- uses: bahmutov/npm-install@v1
2525
with:
2626
install-command: yarn --immutable
@@ -37,7 +37,7 @@ jobs:
3737
- name: Use Node.js LTS
3838
uses: actions/setup-node@v1
3939
with:
40-
node-version: '16.x'
40+
node-version: '18.x'
4141
- uses: bahmutov/npm-install@v1
4242
with:
4343
install-command: yarn --immutable
@@ -54,7 +54,7 @@ jobs:
5454
- name: Use Node.js LTS
5555
uses: actions/setup-node@v1
5656
with:
57-
node-version: '16.x'
57+
node-version: '18.x'
5858
- uses: bahmutov/npm-install@v1
5959
with:
6060
install-command: yarn --immutable
@@ -71,7 +71,7 @@ jobs:
7171
- name: Use Node.js LTS
7272
uses: actions/setup-node@v1
7373
with:
74-
node-version: '16.x'
74+
node-version: '18.x'
7575
- uses: bahmutov/npm-install@v1
7676
with:
7777
install-command: yarn --immutable
@@ -100,7 +100,7 @@ jobs:
100100
- name: Use Node.js LTS
101101
uses: actions/setup-node@v1
102102
with:
103-
node-version: '16.x'
103+
node-version: '18.x'
104104
- uses: bahmutov/npm-install@v1
105105
with:
106106
install-command: yarn --immutable

0 commit comments

Comments
 (0)