Skip to content

chore(deps): bump the npm_and_yarn group with 4 updates #251

chore(deps): bump the npm_and_yarn group with 4 updates

chore(deps): bump the npm_and_yarn group with 4 updates #251

Workflow file for this run

name: Main
on:
- push
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- run: npm ci
- run: yarn lint
publish:
name: Publish
runs-on: ubuntu-latest
needs: test
if: "!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'skip ci')"
permissions:
pull-requests: write
contents: write
deployments: write
environment:
name: npm
url: https://www.npmjs.com/package/expo-alternate-app-icons
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
ssh-key: ${{ secrets.SSH_KEY }}
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- run: npm ci
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx auto shipit