Skip to content

Bump @vercel/ncc from 0.36.1 to 0.38.1 #197

Bump @vercel/ncc from 0.36.1 to 0.38.1

Bump @vercel/ncc from 0.36.1 to 0.38.1 #197

Workflow file for this run

name: Test
on:
push:
branches-ignore:
- 'main'
jobs:
Test:
name: OS ${{ matrix.os }} + node ${{ matrix.node }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: [14, 16, 18]
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Sanity testing of the action
id: generate_release_tag
uses: ./
with:
tag_prefix: 'v'
tag_template: 'yy.mm.i'
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Manually check release tag
run: echo "${{ steps.generate_release_tag.outputs.next_release_tag }}"