Skip to content

Commit

Permalink
fix: downgrade to node 14 as ci fails otherwise
Browse files Browse the repository at this point in the history
  • Loading branch information
manast committed Sep 23, 2022
1 parent cf8cddd commit 8f44e51
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 14

- name: Install Pnpm
uses: pnpm/action-setup@v2.2.2
Expand Down
2 changes: 1 addition & 1 deletion packages/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.2",
"description": "Dashboard for Nandu Open NPM Registry",
"engines": {
"node": ">=16"
"node": ">=14"
},
"main": "index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.2",
"description": "Open NPM Registry",
"engines": {
"node": ">=16"
"node": ">=14"
},
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit 8f44e51

Please sign in to comment.