Skip to content

Commit

Permalink
ci: use node 14.x
Browse files Browse the repository at this point in the history
  • Loading branch information
goapunk committed Aug 6, 2021
1 parent 009be1a commit 9b8d7df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '12.x'
node-version: '14.x'
- name: Cache node modules
uses: actions/cache@v2
env:
Expand Down

0 comments on commit 9b8d7df

Please sign in to comment.