summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2023-02-13 20:51:53 +0100
committerGitHub <noreply@github.com>2023-02-13 20:51:53 +0100
commit7e297e52c21e9203d2b963dd34b9098af9382994 (patch)
treead43975f2285325b4e046a205fda8b8a4ba62b9c /.github
parent3e9d413231edc29768cc7ca0427e63b19233f562 (diff)
downloaddjango-7e297e52c21e9203d2b963dd34b9098af9382994.tar.gz
Bumped versions in pre-commit and npm configurations.
Diffstat (limited to '.github')
-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