Skip to content

Use Node.js 22 (LTS) #1029

Use Node.js 22 (LTS)

Use Node.js 22 (LTS) #1029

Workflow file for this run

name: Workflowcheck
on:
pull_request:
push:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run workflowcheck
run: make workflowcheck