Merge pull request #133 from openscad/dependabot/github_actions/github-actions-b98f4931f4
chore(ci): bump the github-actions group with 2 updates
This commit is contained in:
commit
04b0ca706d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -21,13 +21,13 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- name: Setup node ${{ matrix.node.name }}
|
||||
uses: actions/setup-node@v5
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: ${{ matrix.node.version }}
|
||||
- run: npm install
|
||||
- run: npm run build:all
|
||||
- name: Archive production artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v5
|
||||
with:
|
||||
name: dist-node-${{ matrix.node.name }}
|
||||
path: dist
|
||||
|
|
|
|||
Loading…
Reference in a new issue