summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2023-10-03 10:25:31 +0200
committerGitHub <noreply@github.com>2023-10-03 10:25:31 +0200
commit54d9d26ebfc90711430a79219d6547141ce1717f (patch)
treebc49c0521d044533fc628ad1d518b06a3f2b7229 /.github
parent679212a47ac3e22a6fbb6ee3cd4c09f29aae8b5d (diff)
Used Node.js 20 for GitHub actions.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/schedule_tests.yml2
-rw-r--r--.github/workflows/tests.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/schedule_tests.yml b/.github/workflows/schedule_tests.yml
index 575febfb30..b3faa2061c 100644
--- a/.github/workflows/schedule_tests.yml
+++ b/.github/workflows/schedule_tests.yml
@@ -45,7 +45,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
- node-version: '14'
+ node-version: '20'
cache: 'npm'
cache-dependency-path: '**/package.json'
- run: npm install
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 44ea149cd1..559a3af107 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -49,7 +49,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
- node-version: '16'
+ node-version: '20'
cache: 'npm'
cache-dependency-path: '**/package.json'
- run: npm install