mirror of
https://github.com/actions/setup-node.git
synced 2025-04-20 03:13:34 +00:00
Update test.yml
This commit is contained in:
parent
ac3f9560af
commit
6dc0140154
13
.github/workflows/test.yml
vendored
13
.github/workflows/test.yml
vendored
@ -5,9 +5,12 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Use Node.js 18.x
|
- name: Set up Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '18.x'
|
node-version: '18' # Update to the desired Node.js version
|
||||||
|
- run: npm install
|
||||||
|
- run: npm test
|
||||||
|
Loading…
Reference in New Issue
Block a user