Skip to content

Bump @react-native/eslint-plugin from 0.75.0-nightly-20240512-a37111a4d to 0.75.0-nightly-20240514-734ac42d6 in /amplify/amplified_todo in the amplify-amplified-todo group #115850

Bump @react-native/eslint-plugin from 0.75.0-nightly-20240512-a37111a4d to 0.75.0-nightly-20240514-734ac42d6 in /amplify/amplified_todo in the amplify-amplified-todo group

Bump @react-native/eslint-plugin from 0.75.0-nightly-20240512-a37111a4d to 0.75.0-nightly-20240514-734ac42d6 in /amplify/amplified_todo in the amplify-amplified-todo group #115850

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Node.js CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
permissions:
actions: read
checks: write
contents: write
deployments: none
id-token: write
issues: none
packages: none
pull-requests: write
repository-projects: read
security-events: write
statuses: write
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
check-latest: true
- uses: pnpm/action-setup@v4
name: Install pnpm
id: pnpm-install
with:
run_install: |
- recursive: true
args: [--no-frozen-lockfile]
- name: build
env:
BASE_PATH: /oauth/device/activate
run: pnpm -r build