diff --git a/.github/workflows/data-validate.yml b/.github/workflows/data-validate.yml index 81e20dc8..1b426b33 100644 --- a/.github/workflows/data-validate.yml +++ b/.github/workflows/data-validate.yml @@ -11,13 +11,13 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 - - uses: actions/setup-node@v1 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: - node-version: 16.x + node-version: 18.x - name: Cache/Restore node modules - uses: actions/cache@v1 + uses: actions/cache@v4 with: path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS key: ${{ runner.os }}-npm-${{ hashFiles('package-lock.json') }} diff --git a/.github/workflows/populate-readme.yml b/.github/workflows/populate-readme.yml index f9f3305d..6215dd5a 100644 --- a/.github/workflows/populate-readme.yml +++ b/.github/workflows/populate-readme.yml @@ -14,13 +14,13 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 - - uses: actions/setup-node@v1 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: - node-version: 16.x + node-version: 18.x - name: Cache/Restore node modules - uses: actions/cache@v1 + uses: actions/cache@v4 with: path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS key: ${{ runner.os }}-npm-${{ hashFiles('package-lock.json') }} diff --git a/.node-version b/.node-version index 07c142ff..a9d08739 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -16.13.1 +18.19.0 diff --git a/package.json b/package.json index e9e6d0de..44cbadf5 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ ] }, "engines": { - "node": ">= 16" + "node": ">= 18" }, "dependencies": { "@actions/core": "^1.10.0", diff --git a/src/components/Person.js b/src/components/Person.js index cd4ae995..a426b924 100644 --- a/src/components/Person.js +++ b/src/components/Person.js @@ -16,10 +16,7 @@ export default function Person({ person }) { const [_, mastodonHandle, mastodonServer] = person.mastodon?.split('@') || []; const { tag: currentTag } = useParams(); return ( -
+