afc163
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
.github/workflows/pnpm.yml
|
|
|
@ -15,7 +15,7 @@ jobs: |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- name: Use Node.js ${{ matrix.node_version }} |
|
|
|
uses: actions/setup-node@4 |
|
|
|
uses: actions/setup-node@v4 |
|
|
|
with: |
|
|
|
node-version: ${{ matrix.node_version }} |
|
|
|
- run: echo ${{github.ref}} |
|
|
|
|