mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 09:21:00 +00:00
Node.js 16
Co-authored-by: Ivan <98037481+IvanZosimov@users.noreply.github.com>
This commit is contained in:
parent
2c23355b26
commit
7747417179
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ steps:
|
|||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18
|
||||
node-version: 16
|
||||
cache: 'npm'
|
||||
- run: npm ci
|
||||
- run: npm test
|
||||
|
|
Loading…
Add table
Reference in a new issue