Skip to content

Bump ember-cli-deploy-s3 from 4.0.2 to 4.0.3 #113

Bump ember-cli-deploy-s3 from 4.0.2 to 4.0.3

Bump ember-cli-deploy-s3 from 4.0.2 to 4.0.3 #113

Workflow file for this run

name: Ember CI
on: push
jobs:
test:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 16.x
cache: yarn
- name: Install Dependencies
run: yarn install