# .gitea/workflows/test.yml name: test on: [push] jobs: test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - run: node --version