diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 1b32614..67e9ef8 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 16.x + node-version: 24.x - name: Install Dependencies run: yarn --frozen-lockfile - run: yarn -s format:check:imports @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 16.x + node-version: 24.x - name: Install Dependencies run: yarn --frozen-lockfile - run: yarn -s format:check:prettier @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 16.x + node-version: 24.x - name: Install Dependencies run: yarn --frozen-lockfile - run: yarn -s lint:check diff --git a/.github/workflows/trunk.yml b/.github/workflows/trunk.yml index 4f5e46c..18a7039 100644 --- a/.github/workflows/trunk.yml +++ b/.github/workflows/trunk.yml @@ -31,7 +31,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v1 with: - node-version: 16.x + node-version: 24.x - name: Install Dependencies run: yarn --frozen-lockfile - name: Release Canary