File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 uses : actions/setup-node@v4
2222 with :
2323 cache : yarn
24- node-version : 22
24+ node-version : 24
2525 - name : Install Dependencies
2626 run : yarn install --frozen-lockfile
2727 - name : Check Linting
3939 - ' 18'
4040 - ' 20'
4141 - ' 22'
42+ - ' 24'
4243 wds-version :
4344 - ' 4'
4445 - ' 5'
5152 cache : yarn
5253 node-version : ${{ matrix.node-version }}
5354 - name : Install Dependencies
54- run : yarn install --frozen-lockfile
55+ run : yarn install --frozen-lockfile${{ matrix.node-version == '24' && ' --ignore-engines' || '' }}
5556 - name : Run Tests
5657 run : yarn test --testPathIgnorePatterns conformance
5758 env :
6869 - ' 18'
6970 - ' 20'
7071 - ' 22'
72+ - ' 24'
7173 wds-version :
7274 - ' 4'
7375 - ' 5'
8082 cache : yarn
8183 node-version : ${{ matrix.node-version }}
8284 - name : Install Dependencies
83- run : yarn install --frozen-lockfile
85+ run : yarn install --frozen-lockfile${{ matrix.node-version == '24' && ' --ignore-engines' || '' }}
8486 - name : Disable AppArmor
8587 run : echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns
8688 - name : Run Conformance Tests
You can’t perform that action at this time.
0 commit comments