Skip to content

Commit d26d6c2

Browse files
ivanhoferIvan Hofer
andauthored
chore: upgrade to node 18 and update all dependencies (#687)
Co-authored-by: Ivan Hofer <[email protected]>
1 parent 1df4d0e commit d26d6c2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+2153
-1544
lines changed

.github/workflows/batch-dependency-updates.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313

1414
- uses: pnpm/action-setup@v2
1515
with:
16-
version: 7.17.0
16+
version: 8.6.7
1717

1818
- name: install node
1919
uses: actions/setup-node@v2
2020
with:
21-
node-version: 16.18.1
21+
node-version: 18.16.1
2222
cache: 'pnpm'
2323

2424
- name: update dependencies

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616

1717
- uses: pnpm/action-setup@v2
1818
with:
19-
version: 7.17.0
19+
version: 8.6.7
2020

2121
- name: install node
2222
uses: actions/setup-node@v2
2323
with:
24-
node-version: 16.18.1
24+
node-version: 18.16.1
2525
cache: 'pnpm'
2626

2727
- run: pnpm install --no-save

.github/workflows/example-typesafe-i18n-exporter-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: install node
1919
uses: actions/setup-node@v2
2020
with:
21-
node-version: 16.18.1
21+
node-version: 18.16.1
2222

2323
- name: install dependencies
2424
run: npm install --no-save

.github/workflows/example-typesafe-i18n-exporter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: install node
1919
uses: actions/setup-node@v2
2020
with:
21-
node-version: 16.18.1
21+
node-version: 18.16.1
2222

2323
- name: install dependencies
2424
run: npm install --no-save

.github/workflows/example-typesafe-i18n-formatters-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: install node
1919
uses: actions/setup-node@v2
2020
with:
21-
node-version: 16.18.1
21+
node-version: 18.16.1
2222

2323
- name: install dependencies
2424
run: npm install --no-save

.github/workflows/example-typesafe-i18n-formatters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: install node
1919
uses: actions/setup-node@v2
2020
with:
21-
node-version: 16.18.1
21+
node-version: 18.16.1
2222

2323
- name: install dependencies
2424
run: npm install --no-save

.github/workflows/example-typesafe-i18n-importer-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: install node
1919
uses: actions/setup-node@v2
2020
with:
21-
node-version: 16.18.1
21+
node-version: 18.16.1
2222

2323
- name: install dependencies
2424
run: npm install --no-save

.github/workflows/example-typesafe-i18n-importer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: install node
1919
uses: actions/setup-node@v2
2020
with:
21-
node-version: 16.18.1
21+
node-version: 18.16.1
2222

2323
- name: install dependencies
2424
run: npm install --no-save

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313

1414
- uses: pnpm/action-setup@v2
1515
with:
16-
version: 7.17.0
16+
version: 8.6.7
1717

1818
- name: install node
1919
uses: actions/setup-node@v2
2020
with:
21-
node-version: 16.18.1
21+
node-version: 18.16.1
2222
cache: 'pnpm'
2323

2424
- run: pnpm install --no-save

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414

1515
- uses: pnpm/action-setup@v2
1616
with:
17-
version: 7.17.0
17+
version: 8.6.7
1818

1919
- name: install node
2020
uses: actions/setup-node@v2
2121
with:
22-
node-version: 16.18.1
22+
node-version: 18.16.1
2323
cache: 'pnpm'
2424

2525
- run: pnpm install --no-save

0 commit comments

Comments
 (0)