Skip to content

Commit

Permalink
update CI node version, pin YARN version
Browse files Browse the repository at this point in the history
  • Loading branch information
rubys committed Nov 21, 2023
1 parent b05b04b commit 06b0c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: docker/setup-buildx-action@v2
- run: docker buildx build . --build-arg NODE_VERSION=18
- run: docker buildx build . --build-arg NODE_VERSION=20 YARN_VERSION=1.22.21
working-directory: test/frameworks/${{ matrix.framework }}

# test yarn3 framework can actually build
Expand Down

0 comments on commit 06b0c44

Please sign in to comment.