Skip to content

Upgraded node to 20 (#10) #6

Upgraded node to 20 (#10)

Upgraded node to 20 (#10) #6

Workflow file for this run

name: Up to date
on:
push:
branches:
- 'main'
jobs:
updatePullRequests:
runs-on: ubuntu-latest
steps:
- name: Update all the PRs
uses: paritytech/up-to-date-action@main
with:
GITHUB_TOKEN: ${{ github.token }}