Skip to content

Commit

Permalink
fixing GA and using node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinGuzman committed Jul 15, 2024
1 parent 1a01e85 commit 70c5712
Show file tree
Hide file tree
Showing 5 changed files with 748 additions and 516 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v2
with:
node-version: '10.x'
node-version: '20.x'

- name: Install dependencies
run: npm ci
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v2
with:
# node 10 is the node used in the docker image for circulation
node-version: '10.x'
node-version: '20.x'

- name: Install dependencies
run: npm ci
Expand Down
Loading

0 comments on commit 70c5712

Please sign in to comment.