Skip to content

Bump ember-cli-deploy-s3 from 4.0.4 to 5.0.0 (#148) #119

Bump ember-cli-deploy-s3 from 4.0.4 to 5.0.0 (#148)

Bump ember-cli-deploy-s3 from 4.0.4 to 5.0.0 (#148) #119

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