Skip to content

feat: Update the used NodeJS version to 20 (#184) #82

feat: Update the used NodeJS version to 20 (#184)

feat: Update the used NodeJS version to 20 (#184) #82

Workflow file for this run

name: Action CI
on:
push:
branches: [master, main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Verify action syntax
# The action should not publish any real changes, but should succeed.
uses: './'
with:
github_token: '${{ secrets.GITHUB_TOKEN }}'
branch: '${{ github.ref }}'