Skip to content

Commit

Permalink
Using node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
lukelex committed Mar 2, 2022
1 parent 9f651fa commit 25008b8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: '17.x'
node-version: '14.x'
cache: 'npm'
- name: Install NPM packages
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: '17.x'
node-version: '14.x'
cache: 'npm'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: '17.x'
node-version: '14.x'
cache: 'npm'
- name: Install NPM packages
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v17.0.0
v14.0.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"lint": "eslint lib/"
},
"engines" : {
"node": ">=17.0.0"
"node": ">=14.0.0"
},
"dependencies": {
"axios": "^0.25.0",
Expand Down

0 comments on commit 25008b8

Please sign in to comment.