Skip to content

Commit dbbf920

Browse files
committed
added node version
1 parent 7964282 commit dbbf920

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ name: CI
66
on:
77
# Triggers the workflow on push or pull request events but only for the master branch
88
push:
9-
branches: [ dev ]
9+
branches: [dev]
1010
pull_request:
11-
branches: [ dev ]
11+
branches: [dev]
1212

1313
# Allows you to run this workflow manually from the Actions tab
1414
workflow_dispatch:
@@ -23,7 +23,9 @@ jobs:
2323
# Steps represent a sequence of tasks that will be executed as part of the job
2424
steps:
2525
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v3
27+
with:
28+
node-version: 18.13.0
2729

2830
# Runs a single command using the runners shell
2931
- name: Install dependencies

0 commit comments

Comments
 (0)