Skip to content

Bump vite from 5.4.6 to 5.4.10 #338

Bump vite from 5.4.6 to 5.4.10

Bump vite from 5.4.6 to 5.4.10 #338

Workflow file for this run

name: 'Greet'
on: [pull_request_target, issues]
jobs:
greet:
name: 'New Contributor'
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- name: 'Greet New Contributor'
uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
pr-message: '# Thank you taking the time to submit your first PR.\nPlease ensure all tests pass, the code has been linted and formatted correctly.\n[see our docs on contributing](https://github.com/USEPA/the-manifest-game/blob/main/.github/CONTRIBUTING.md)'