Merge pull request #159 from openscad/dependabot/github_actions/github-actions-eefdb6dedd
Some checks failed
Test Build / Node v22 (push) Has been cancelled
Test Build / Node v24 (push) Has been cancelled
Test Build / Node v26 (push) Has been cancelled

chore(ci): bump actions/setup-node from 6 to 7 in the github-actions group across 1 directory
This commit is contained in:
Torsten Paul 2026-07-16 11:56:32 +02:00 committed by GitHub
commit 012111f06b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v7 - uses: actions/checkout@v7
- name: Setup node v${{ matrix.node }} - name: Setup node v${{ matrix.node }}
uses: actions/setup-node@v6 uses: actions/setup-node@v7
with: with:
node-version: ${{ matrix.node }} node-version: ${{ matrix.node }}
- run: npm install - run: npm install