Skip to content

Bump node from 20.0.0 to 22.2.0 in /frontend #1740

Bump node from 20.0.0 to 22.2.0 in /frontend

Bump node from 20.0.0 to 22.2.0 in /frontend #1740

Workflow file for this run

name: PR Tasks
on:
pull_request:
branches:
- master
jobs:
cleanup-branch:
name: Post-Merge Branch Cleanup
runs-on: ubuntu-latest
steps:
- uses: jessfraz/branch-cleanup-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}