Skip to content

Update @nx/workspace to update-nrwl-workspace-20.0.3 #13973

Update @nx/workspace to update-nrwl-workspace-20.0.3

Update @nx/workspace to update-nrwl-workspace-20.0.3 #13973

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node_version: [20, 21]
steps:
- uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
with:
node_version: ${{ matrix.node_version }}
git_bot_token: ${{ secrets.GIT_BOT_TOKEN }}
- name: Test
uses: ./.github/actions/test
with:
codecov_token: ${{ secrets.CODECOV_TOKEN }}