diff --git a/.github/workflows/issue1210.yml b/.github/workflows/issue1210.yml new file mode 100644 index 0000000..c805fa9 --- /dev/null +++ b/.github/workflows/issue1210.yml @@ -0,0 +1,20 @@ +name: testing1210 + +on: + workflow_dispatch: + + + +jobs: + tests: + name: Test + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + + - name: Use Node.js + uses: actions/setup-node@v4 + with: + node-version: '21' +