Skip to content

Commit 372597a

Browse files
authored
Merge pull request #1269 from cmu-delphi/upnode
Change node version 14.x to 16.x
2 parents 8918506 + ad0697a commit 372597a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
uses: actions/checkout@v2
102102
- uses: actions/setup-node@v2
103103
with:
104-
node-version: '14.x'
104+
node-version: '16.x'
105105
- name: Cache Node.js modules
106106
uses: actions/cache@v2
107107
with:

.github/workflows/release-helper.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
uses: actions/checkout@v2
9696
- uses: actions/setup-node@v2
9797
with:
98-
node-version: '14.x'
98+
node-version: '16.x'
9999
- name: Cache Node.js modules
100100
uses: actions/cache@v2
101101
with:

0 commit comments

Comments
 (0)