Skip to content

Bump next from 14.2.28 to 14.2.35 (#38) #47

Bump next from 14.2.28 to 14.2.35 (#38)

Bump next from 14.2.28 to 14.2.35 (#38) #47

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run CI in Dev Container
uses: devcontainers/ci@v0.3
with:
runCmd: |
yarn lint
yarn build
yarn test
yarn test:e2e