1
0
mirror of https://github.com/django/django.git synced 2024-12-22 09:05:43 +00:00

Used Node.js 20 for GitHub actions.

This commit is contained in:
Mariusz Felisiak 2023-10-03 10:25:31 +02:00 committed by GitHub
parent 679212a47a
commit 54d9d26ebf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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