Skip to content

Commit

Permalink
Update for upcoming nodejs LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiliavir committed Oct 3, 2021
1 parent 4242ddd commit 3e940c3
Show file tree
Hide file tree
Showing 4 changed files with 5,211 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 16.x
- name: npm ci
run: npm ci
- name: Setup Hugo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: ↧ Install Node.js
uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 16.x
- name: ↧ npm ci
run: npm ci
- name: ⚛ Setup Hugo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14.x'
node-version: '16.x'
- name: Update dependencies
id: vars
run: |
Expand Down
Loading

0 comments on commit 3e940c3

Please sign in to comment.