We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d26999e commit 6cc2ca3Copy full SHA for 6cc2ca3
.github/workflows/test.yml
@@ -79,9 +79,7 @@ jobs:
79
sdk: stable
80
- name: Fetch Dart packages
81
run: dart pub get
82
- - uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d
83
- with:
84
- version: 8
+ - uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2
85
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
86
with:
87
node-version: ${{ env.NODE_VERSION }}
0 commit comments