Skip to content

Commit 7e10d8a

Browse files
Merge pull request #249 from gjsjohnmurray/fix-284
Bump CI node version from 18 to 20
2 parents bd644ba + bafcef1 commit 7e10d8a

File tree

4 files changed

+187
-170
lines changed

4 files changed

+187
-170
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Use Node.js
6565
uses: actions/setup-node@v3
6666
with:
67-
node-version: 18
67+
node-version: 20
6868
- run: npm install
6969
- run: npm run compile
7070
- name: npm test
@@ -109,7 +109,7 @@ jobs:
109109
- name: Use Node.js
110110
uses: actions/setup-node@v3
111111
with:
112-
node-version: 18
112+
node-version: 20
113113
- name: Prepare build
114114
id: set-version
115115
shell: bash

.github/workflows/prerelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Use Node.js
6565
uses: actions/setup-node@v3
6666
with:
67-
node-version: 18
67+
node-version: 20
6868
- run: npm install
6969
- run: npm run compile
7070
- name: npm test
@@ -111,7 +111,7 @@ jobs:
111111
- name: Use Node.js
112112
uses: actions/setup-node@v3
113113
with:
114-
node-version: 18
114+
node-version: 20
115115
- name: Prepare pre-release build
116116
id: set-version
117117
shell: bash

0 commit comments

Comments
 (0)