Skip to content

Bump actions/setup-node from 3.6.0 to 3.8.1 #5

Bump actions/setup-node from 3.6.0 to 3.8.1

Bump actions/setup-node from 3.6.0 to 3.8.1 #5

Workflow file for this run

name: 'build-test'
on:
pull_request:
branches:
- main
jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm install
- run: npm run all
test: # make sure the action works on a clean machine without building
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Integration test
uses: ./
with:
token: ${{ secrets.GITHUB_TOKEN }}
pre-release: true
develop-branch: main
release-branch: beta
version-files: README.md package.json