summaryrefslogtreecommitdiff
path: root/.github/workflows/tests.yml
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2022-05-21 14:53:37 +0200
committerGitHub <noreply@github.com>2022-05-21 14:53:37 +0200
commitf825536b5e09b3a047fec0c10aabd91bace0995c (patch)
treec08c5abeca61154efaafbde8251423f188bf94f3 /.github/workflows/tests.yml
parent90dcf271147693a8897f644c4c8943c5b73c02f8 (diff)
Bumped versions in pre-commit and npm configurations.
Diffstat (limited to '.github/workflows/tests.yml')
-rw-r--r--.github/workflows/tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 391c3e080f..82d16d3eef 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -46,7 +46,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
- node-version: '12'
+ node-version: '14'
cache: 'npm'
cache-dependency-path: '**/package.json'
- run: npm install