Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

Commit 6a9dcc5

Browse files
author
Alexander Melnyk
committed
chore(ci): switch to node 16
1 parent ecac28e commit 6a9dcc5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: git config --global --add safe.directory $GITHUB_WORKSPACE
2323
- uses: actions/setup-node@v3
2424
with:
25-
node-version: 14
25+
node-version: 16
2626
- name: Set up QEMU
2727
uses: docker/setup-qemu-action@e81a89b1732b9c48d79cd809d8d81d79c4647a18 # v2.0.0
2828
with:
@@ -109,7 +109,7 @@ jobs:
109109
steps:
110110
- uses: actions/setup-node@v3
111111
with:
112-
node-version: 14.x
112+
node-version: 16.x
113113
- name: Download build artifacts
114114
uses: actions/download-artifact@v3
115115
with:
@@ -131,7 +131,7 @@ jobs:
131131
steps:
132132
- uses: actions/setup-node@v3
133133
with:
134-
node-version: 14.x
134+
node-version: 16.x
135135
- uses: actions/setup-python@v4
136136
with:
137137
python-version: 3.x

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
steps:
6262
- uses: actions/setup-node@v3
6363
with:
64-
node-version: 14.x
64+
node-version: 16.x
6565
- name: Download build artifacts
6666
uses: actions/download-artifact@v3
6767
with:
@@ -91,7 +91,7 @@ jobs:
9191
steps:
9292
- uses: actions/setup-node@v3
9393
with:
94-
node-version: 14.x
94+
node-version: 16.x
9595
- name: Download build artifacts
9696
uses: actions/download-artifact@v3
9797
with:
@@ -121,7 +121,7 @@ jobs:
121121
steps:
122122
- uses: actions/setup-node@v3
123123
with:
124-
node-version: 14.x
124+
node-version: 16.x
125125
- uses: actions/setup-python@v4
126126
with:
127127
python-version: 3.x

0 commit comments

Comments
 (0)