summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2021-08-03 17:50:37 +0200
committerGitHub <noreply@github.com>2021-08-03 17:50:37 +0200
commit28ecf18add77b867f4e75a104525b163211e644d (patch)
treea6c454cba78181b26c61a388125e45ecc0e3edac /.github/workflows
parent8b80b2e67c3880700eb42a11c01492d5a114e2f0 (diff)
Update nodejs (#1295)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 7aa7452d..2445dc0d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
python-version: '3.9.x'
- uses: actions/setup-node@v1
with:
- node-version: '15.x'
+ node-version: '16.x'
- uses: actions/cache@v2
id: pip-cache
@@ -91,7 +91,7 @@ jobs:
submodules: recursive
- uses: actions/setup-node@v1
with:
- node-version: '15.x'
+ node-version: '16.x'
- uses: actions/setup-python@v2
with:
python-version: '3.8.x'
@@ -129,7 +129,7 @@ jobs:
python-version: '3.9.x'
- uses: actions/setup-node@v1
with:
- node-version: '15.x'
+ node-version: '16.x'
- name: install dependencies
shell: bash
run: |