Skip to content

chore(deps): bump typescript from 5.3.3 to 5.6.2 #1851

chore(deps): bump typescript from 5.3.3 to 5.6.2

chore(deps): bump typescript from 5.3.3 to 5.6.2 #1851

Workflow file for this run

name: Pull request
on:
pull_request:
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
tests:
runs-on: ec2-runners
container:
image: public.ecr.aws/m3u4c4h9/island-is/actions-runner-public:latest
permissions: write-all
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
check-latest: false
cache: "yarn"
cache-dependency-path: "yarn.lock"
- name: Install dependencies
run: yarn install
- name: Run script
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
RELEASE_VERSION: 1.0.0
PIPES_ACTION: Test
run: yarn node src/ci.tsx
working-directory: ./ci