1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Bumped versions in pre-commit and npm configurations.

This commit is contained in:
Sarah Boyce
2023-02-13 20:51:53 +01:00
committed by GitHub
parent 3e9d413231
commit 7e297e52c2
3 changed files with 8 additions and 8 deletions

View File

@@ -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