Skip to content

Bump actions/upload-artifact from 5.0.0 to 6.0.0 #3732

Bump actions/upload-artifact from 5.0.0 to 6.0.0

Bump actions/upload-artifact from 5.0.0 to 6.0.0 #3732

Workflow file for this run

# This workflow will do a clean install of node dependencies and run tests across different versions of node.
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with:
node-version-file: '.nvmrc'
- run: npm clean-install
- run: npm run test