summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2023-02-13 20:51:53 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-02-14 19:41:11 +0100
commit3b2685b01c775b26764ce96d58c404bead3075a5 (patch)
tree0cff37deaa2ed40bf15838e27a701ab2225cd892 /.github/workflows
parent5cde08f702c1db7646c0c1c8f9d72d01067310df (diff)
[4.2.x] Bumped versions in pre-commit and npm configurations.
Backport of 7e297e52c21e9203d2b963dd34b9098af9382994 from main
Diffstat (limited to '.github/workflows')
-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 5d4c1b68d7..1afd11b0dd 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: '14'
+ node-version: '16'
cache: 'npm'
cache-dependency-path: '**/package.json'
- run: npm install