Skip to content

Commit 23e31fd

Browse files
committed
chore: node v16
1 parent 53c5303 commit 23e31fd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/circuit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install Node.js
3030
uses: actions/setup-node@v2
3131
with:
32-
node-version: '15'
32+
node-version: '16'
3333

3434
- name: Cache npm packages
3535
uses: actions/cache@v2

.github/workflows/global_state.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install Node.js
3030
uses: actions/setup-node@v2
3131
with:
32-
node-version: '15'
32+
node-version: '16'
3333

3434
- name: Cache npm packages
3535
uses: actions/cache@v2

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v15.11.0
1+
stable

0 commit comments

Comments
 (0)