Skip to content

Bump release-drafter/release-drafter from 6.1.0 to 6.2.0 #3731

Bump release-drafter/release-drafter from 6.1.0 to 6.2.0

Bump release-drafter/release-drafter from 6.1.0 to 6.2.0 #3731

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