Skip to content

Commit

Permalink
Merge branch 'master' into metadata-infer
Browse files Browse the repository at this point in the history
  • Loading branch information
mellis481 authored Nov 5, 2024
2 parents b3cc21b + 98ce705 commit da09ffc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 16.15.0
node-version: 20
cache: npm

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.15.0
node-version: 20
cache: "npm"
- run: npm ci
- run: npm run lint
Expand Down

0 comments on commit da09ffc

Please sign in to comment.