mirror of
https://github.com/actions/setup-node.git
synced 2026-03-04 06:51:04 +08:00
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
- run: npm install
- run: npm test
|
||
|---|---|---|
| .. | ||
| Tobats1992@Node.js | ||