8000 upgrade node to 22 and add provenance · github/include-fragment-element@fbdedd3 · GitHub
[go: up one dir, main page]

Skip to content

upgrade node to 22 and add prov 6DC0 enance #20

upgrade node to 22 and add provenance

upgrade node to 22 and add provenance #20

Workflow file for this run

name: Node CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 22.x
- name: npm install, build, and test
run: |
npm install
npm run build --if-present
npm test
env:
CI: true
0