Skip to content

Commit 87c67de

Browse files
committed
Upgrade to yarn 4
1 parent 0026a76 commit 87c67de

File tree

2,236 files changed

+150131
-8631
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,236 files changed

+150131
-8631
lines changed

.github/workflows/build-artifact.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
node-version: '20.x'
2222

2323
- name: Install dependencies
24-
run: yarn
24+
run: yarn install --immutable --immutable-cache
2525

2626
- name: Build frontend
2727
run: yarn run build

.github/workflows/frontend.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,22 @@ on:
77
jobs:
88
frontend:
99
runs-on: ubuntu-latest
10+
env:
11+
YARN_ENABLE_NETWORK: 'false'
1012

1113
steps:
1214
- uses: actions/checkout@v4
1315

16+
- name: Enable Corepack
17+
run: corepack enable
18+
1419
- name: Set up Node
1520
uses: actions/setup-node@v4
1621
with:
1722
node-version: '20.x'
1823

1924
- name: Install dependencies
20-
run: yarn
25+
run: yarn install --immutable --immutable-cache
2126

2227
- name: Test Javascript
2328
run: yarn run test

.github/workflows/functional-tests.yml

+3
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
steps:
4444
- uses: actions/checkout@v4
4545

46+
- name: Enable Corepack
47+
run: corepack enable
48+
4649
- name: Set up Node
4750
uses: actions/setup-node@v4
4851
with:

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ cfgov/static_built/*
2828
!cfgov/agreements/tests/UTF_agreements.zip
2929
!cfgov/legacy/static/foia/quarterly/*.zip
3030
!cfgov/paying_for_college/data_sources/ipeds/test.txt.zip
31+
!npm-packages-offline-cache/*.zip
3132

3233
# Desired minified CSS #
3334
########################

.pnp.cjs

+21,142
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)