Skip to content

Bump ember-cli-deploy-s3 from 4.0.1 to 4.0.2 #111

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

Bump ember-cli-deploy-s3 from 4.0.1 to 4.0.2 #111

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