Skip to content

Bump next from 14.2.32 to 14.2.35 in the npm_and_yarn group across 1 directory #318

Bump next from 14.2.32 to 14.2.35 in the npm_and_yarn group across 1 directory

Bump next from 14.2.32 to 14.2.35 in the npm_and_yarn group across 1 directory #318

Workflow file for this run

name: test
on:
pull_request:
branches:
- main
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Install, Test, and Build 🔧
uses: actions/setup-node@v2
with:
node-version: '>=18.17.0'
- name: Install, Test, and Build 🔧
run: |
npm install
npm run test
npm run build