Skip to content

Commit

Permalink
Back to node 16 until Netlify fixes their build system.
Browse files Browse the repository at this point in the history
  • Loading branch information
qubyte committed Apr 30, 2022
1 parent 670cfb9 commit 96096de
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@main
- name: use node 18
- name: use node 16
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 16.x
- run: npm ci
- run: npm test
lint:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-scheduled-posts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@main
- name: use node 18
- name: use node 16
uses: actions/setup-node@v3
with:
node-version: '18.x'
node-version: '16.x'
- run: npm ci
- name: publish scheduled
env:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
16
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"license": "AGPL-3.0-only",
"private": true,
"engines": {
"node": "18.x"
"node": "16.x"
},
"dependencies": {
"busboy": "1.6.0",
Expand Down

0 comments on commit 96096de

Please sign in to comment.