We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 117f383 commit d6ec12fCopy full SHA for d6ec12f
.github/workflows/continuous-integration.yaml
@@ -8,10 +8,10 @@ jobs:
8
- uses: actions/checkout@v4
9
- uses: actions/setup-node@v4
10
with:
11
- node-version: '22'
+ node-version: '20'
12
- name: Get yarn cache directory path
13
id: yarn-cache-dir-path
14
- run: echo "::set-output name=dir::$(yarn cache dir)"
+ run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
15
- uses: actions/cache@v4
16
id: yarn-cache
17
0 commit comments