ver 0.1
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
name: Smoke — Node Action
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
node:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Print Node version
|
||||
run: |
|
||||
node --version
|
||||
npm --version
|
||||
|
||||
- name: Run inline Node script
|
||||
run: node -e "console.log('Node.js works:', process.version)"
|
||||
Reference in New Issue
Block a user