chore(deps): update dependency @types/node to v22 #3282
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PR Checks | |
on: pull_request | |
jobs: | |
checks: | |
uses: ./.github/workflows/checks.yml | |
# No deployment while the bot is offline | |
# deploy: | |
# needs: checks | |
# uses: ./.github/workflows/pr-environment.yml | |
# secrets: | |
# aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }} | |
# aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} |