mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 03:28:42 +00:00
Node.js 16
Co-authored-by: Ivan <98037481+IvanZosimov@users.noreply.github.com>
This commit is contained in:
parent
7747417179
commit
6d71d13856
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ steps:
|
|||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18
|
||||
node-version: 16
|
||||
cache: 'npm'
|
||||
cache-dependency-path: subdir/package-lock.json
|
||||
- run: npm ci
|
||||
|
|
Loading…
Add table
Reference in a new issue