Skip to content

update action versions and specify specific node version #65

update action versions and specify specific node version

update action versions and specify specific node version #65

Workflow file for this run

name: Build and Test
on: [push]
permissions:
contents: read
jobs:
bat:
name: Build and Test
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24.14.0
- name: Perform npm tasks
run: npm run ci