mirror of
https://github.com/actions/setup-node.git
synced 2025-07-22 22:48:22 +02:00
Setup Node.js environment using actions/setup-node@v4.1.0
--- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/actions/setup-node?shareId=XXXX-XXXX-XXXX-XXXX).
This commit is contained in:
parent
48b90677b6
commit
ca6ea2abe0
5 changed files with 11 additions and 9 deletions
|
@ -1,4 +1,5 @@
|
|||
import * as core from '@actions/core';
|
||||
import * as setupNode from 'actions/setup-node@v4.1.0';
|
||||
|
||||
import os from 'os';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue