Skip to content

feat(deps): bump @vercel/ncc from 0.38.0 to 0.38.1 #261

feat(deps): bump @vercel/ncc from 0.38.0 to 0.38.1

feat(deps): bump @vercel/ncc from 0.38.0 to 0.38.1 #261

Workflow file for this run

name: CI
on: [push]
permissions: read-all
jobs:
test_actions:
name: Test actions
runs-on: ubuntu-latest
permissions:
contents: 'read'
id-token: 'write'
steps:
- name: Checkout for testing preparation
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
- name: Use Node.js current version
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
with:
node-version: current
- name: Install package dependencies
run: npm ci
- name: Build the actions
run: npm run build
- name: Test actions for simple action
uses: ./
with:
workloadIdentityProvider: ${{ secrets.WORKLOAD_IDENTITY_PROVIDER }}
serviceAccount: ${{ secrets.SERVICE_ACCOUNT }}
project: github-workflow-sws