1
0
Fork 0
mirror of https://github.com/actions/setup-node synced 2025-04-03 07:40:58 +00:00

Create test.yml

This commit is contained in:
KathiravanKrish 2024-07-18 10:47:53 +05:30 committed by GitHub
parent 26961cf329
commit ac3f9560af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

13
.github/workflows/test.yml vendored Normal file
View file

@ -0,0 +1,13 @@
name: Node Version
on:
push:
branches: [ 1107-test ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18.x
uses: actions/setup-node@v4
with:
node-version: '18.x'