Skip to content

Bump @types/react from 18.3.11 to 18.3.12 #1498

Bump @types/react from 18.3.11 to 18.3.12

Bump @types/react from 18.3.11 to 18.3.12 #1498

Workflow file for this run

name: Dev
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js 16
uses: actions/setup-node@v3
with:
node-version: 18
- name: Test
run: |
yarn install
yarn test
sample:
runs-on: ubuntu-latest
needs: [test]
if: github.ref == 'refs/heads/main'
name: Sample
steps:
- name: Run Action
uses: llun/feeds@main
with:
storageType: files