Skip to content

Commit d6ec12f

Browse files
committed
Use node 20 for now
1 parent 117f383 commit d6ec12f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
- uses: actions/checkout@v4
99
- uses: actions/setup-node@v4
1010
with:
11-
node-version: '22'
11+
node-version: '20'
1212
- name: Get yarn cache directory path
1313
id: yarn-cache-dir-path
14-
run: echo "::set-output name=dir::$(yarn cache dir)"
14+
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
1515
- uses: actions/cache@v4
1616
id: yarn-cache
1717
with:

0 commit comments

Comments
 (0)