Skip to content

Commit

Permalink
directory
Browse files Browse the repository at this point in the history
  • Loading branch information
bklingen-calpoly committed Apr 25, 2024
1 parent d5afc74 commit ab6dbd5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/aws-s3-web-app.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: React Frontend AWS S3 Web App CI/CD

defaults:
run:
working-directory: frontend
on:
push:
branches:
Expand All @@ -14,7 +17,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest] # macos-latest, windows-latest
node-version: [18.x]
node-version: [20.x]

runs-on: ${{ matrix.os }} # ubuntu-latest

Expand Down

0 comments on commit ab6dbd5

Please sign in to comment.