Skip to content

Commit

Permalink
Match node version between CI and local
Browse files Browse the repository at this point in the history
  • Loading branch information
jfolk2015 committed Mar 26, 2024
1 parent d5e12d2 commit ccce806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/discovery_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
elixir-version: 1.10.4
- uses: actions/setup-node@v2-beta
with:
node-version: "10"
node-version: "14"
- name: Get dependencies
run: |
bash scripts/gh-action-get-deps.sh
Expand Down

0 comments on commit ccce806

Please sign in to comment.