mirror of
https://github.com/django/django.git
synced 2025-03-12 18:30:48 +00:00
[5.0.x] Used Node.js 20 for GitHub actions.
Backport of 54d9d26ebfc90711430a79219d6547141ce1717f from main
This commit is contained in:
parent
25a614639f
commit
5c0df9953b
2
.github/workflows/schedule_tests.yml
vendored
2
.github/workflows/schedule_tests.yml
vendored
@ -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
|
||||
|
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user