We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7964282 commit dbbf920Copy full SHA for dbbf920
.github/workflows/main.yml
@@ -6,9 +6,9 @@ name: CI
6
on:
7
# Triggers the workflow on push or pull request events but only for the master branch
8
push:
9
- branches: [ dev ]
+ branches: [dev]
10
pull_request:
11
12
13
# Allows you to run this workflow manually from the Actions tab
14
workflow_dispatch:
@@ -23,7 +23,9 @@ jobs:
23
# Steps represent a sequence of tasks that will be executed as part of the job
24
steps:
25
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
26
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v3
27
+ with:
28
+ node-version: 18.13.0
29
30
# Runs a single command using the runners shell
31
- name: Install dependencies
0 commit comments