Skip to content

Commit

Permalink
add engines to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
m-maillot committed Mar 7, 2022
1 parent 659f728 commit 285ee35
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/quality.yml
Expand Up @@ -13,6 +13,9 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14.18.1'
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
Expand Down
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -22,6 +22,9 @@
],
"name": "cdtn-admin",
"volta": {
"node": "14.18.0"
"node": "14.18.1"
},
"engines": {
"node": "v14.18.1"
}
}

0 comments on commit 285ee35

Please sign in to comment.