Skip to content

Commit

Permalink
Merge pull request #92 from mcliff1/feat/node20
Browse files Browse the repository at this point in the history
Feat/node20
  • Loading branch information
mcliff1 authored Jan 4, 2024
2 parents 926a10c + e9e2e3d commit 92948ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/s3-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [16.x, 18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion src/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const Home = () => {

<div className="container-fluid">
<div className="h3">
About Me
About Matt
</div>

<p>
Expand Down

0 comments on commit 92948ab

Please sign in to comment.