Skip to content

Commit

Permalink
github/workflows: bump node to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
goapunk committed Aug 13, 2024
1 parent 3bac1b2 commit 5d92182
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 @@ -37,7 +37,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '14.x'
node-version: '18.x'
- name: Cache node modules
uses: actions/cache@v4
env:
Expand Down

0 comments on commit 5d92182

Please sign in to comment.