Skip to content

chore(deps): bump date-fns from 2.30.0 to 4.1.0 #1847

chore(deps): bump date-fns from 2.30.0 to 4.1.0

chore(deps): bump date-fns from 2.30.0 to 4.1.0 #1847

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