Skip to content

Bump node from 22 to 23 in the all-docker group #382

Bump node from 22 to 23 in the all-docker group

Bump node from 22 to 23 in the all-docker group #382

Workflow file for this run

name: Run Tests
on: [pull_request]
jobs:
test-ci:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- run: yarn install
- run: yarn build:prod
- run: yarn test:ci