Skip to content

chore(deps-dev): bump eslint from 9.16.0 to 9.17.0 in the dev-dependencies group #362

chore(deps-dev): bump eslint from 9.16.0 to 9.17.0 in the dev-dependencies group

chore(deps-dev): bump eslint from 9.16.0 to 9.17.0 in the dev-dependencies group #362

Workflow file for this run

name: Test running setup-licensed
permissions:
contents: read
on:
pull_request:
types:
- opened
- reopened
- synchronize
# run on demand
workflow_dispatch:
jobs:
gem:
runs-on: ubuntu-latest
steps:
# checkout the repo
- uses: actions/checkout@v4
# install ruby
- uses: ruby/setup-ruby@a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc
with:
bundler-cache: 'true'
ruby-version: "3.0"
# install node
- uses: actions/setup-node@v4
with:
node-version: "18.x"
# run the action
- name: Run setup-licensed
uses: ./
with:
version: '4.x'
exe:
runs-on: ubuntu-latest
steps:
# checkout the repo
- uses: actions/checkout@v4
# do not install ruby
# install node
- uses: actions/setup-node@v4
with:
node-version: "18.x"
# run the action
- name: Run setup-licensed
uses: ./
with:
version: '3.x'