Skip to content

Commit ad0bfb4

Browse files
Copilotjonrohan
andcommitted
Upgrade Node.js to version 20.x to fix CI failures
Co-authored-by: jonrohan <54012+jonrohan@users.noreply.github.com>
1 parent ca08646 commit ad0bfb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: macos-latest
1111
steps:
1212
- uses: actions/checkout@v2
13-
- name: Use Node.js 14
13+
- name: Use Node.js 20.x
1414
uses: actions/setup-node@v6
1515
with:
16-
node-version: 14
16+
node-version: 20.x
1717
- name: npm install, build, and test
1818
run: |
1919
npm install

0 commit comments

Comments
 (0)