Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
balzss committed Oct 16, 2023
1 parent 065d3e7 commit b0dbe8e
Show file tree
Hide file tree
Showing 130 changed files with 5,387 additions and 52,434 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manual-deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
cache: 'npm'
- name: Install netlify-cli
run: npm install --save-dev [email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-legacy-release-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
cache: 'npm'
- name: Install packages
run: npm ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
with:
fetch-depth: 0
- uses: actions/setup-node@v3
name: Install Node 16
name: Install Node 18
with:
node-version: '16'
node-version: '18'
cache: 'npm'
- name: Install netlify-cli
run: npm install --save-dev [email protected]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
cache: 'npm'
- name: Install packages.
run: npm ci
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
cache: 'npm'
- name: Install netlify-cli
run: npm install --save-dev [email protected]
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
cache: 'npm'
- name: Retrieve latest snapshot version
run: node prepare.js
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/vrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install Node 16
- name: Install Node 18
uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'npm'
node-version: '18'
- name: Install project dependencies
run: npm ci
- name: Bootstrap project
Expand Down
1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

Loading

0 comments on commit b0dbe8e

Please sign in to comment.