Skip to content

Update action runtime to node24 #18

Update action runtime to node24

Update action runtime to node24 #18

Workflow file for this run

name: "build-test"
on:
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
build: # make sure build/ci work properly
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- run: npm install
- run: npm run dist