Skip to content

Commit

Permalink
CI: upped node version
Browse files Browse the repository at this point in the history
  • Loading branch information
parkchamchi committed Oct 16, 2024
1 parent b05c49a commit cae0e3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '20'

- name: Install dependencies
run: |
Expand Down Expand Up @@ -56,4 +56,3 @@ jobs:
git add .
git commit -m "Update GitHub Pages with the latest build from master"
git push origin gh-pages
2 changes: 1 addition & 1 deletion src/backend/gs_index/src/components/CorpusesView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
</script>

<template>
<p @click="clearCorpuses">[Clear data]</p>
<p @click="clearCorpuses">[Clear]</p>
<div v-if="remoteSampleFilenames.length > 0">
<h4>Get a sample:</h4>
<p v-for="(filename, index) in remoteSampleFilenames"
Expand Down

0 comments on commit cae0e3f

Please sign in to comment.