mirror of
https://github.com/p-stream/providers.git
synced 2026-01-11 20:10:33 +00:00
Fix test action
This commit is contained in:
parent
01e5ad6c0b
commit
b1a68ce6ca
1 changed files with 2 additions and 0 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -17,6 +17,8 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
|
||||
- uses: pnpm/action-setup@v3
|
||||
with:
|
||||
version: 9.0.1
|
||||
|
||||
- name: Install Node.js
|
||||
uses: actions/setup-node@v4
|
||||
|
|
|
|||
Loading…
Reference in a new issue