Skip to content

Commit

Permalink
update node version for populate-courses workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Cohen committed Jan 24, 2024
1 parent 28cdb7a commit f54927b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/populate-courses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 18.19.0
- name: Cache npm dependencies
uses: actions/cache@v2
with:
Expand All @@ -45,7 +45,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 18.19.0
- name: Cache npm dependencies
uses: actions/cache@v2
with:
Expand Down

0 comments on commit f54927b

Please sign in to comment.