Skip to content

Commit 7e8b9c5

Browse files
authored
chore: update node version
1 parent b9a95a3 commit 7e8b9c5

File tree

4 files changed

+39
-72
lines changed

4 files changed

+39
-72
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v3
1515
- uses: actions/setup-node@v3
1616
with:
17-
node-version: 16
17+
node-version-file: .nvmrc
1818
registry-url: https://registry.npmjs.org/
1919
- run: npm ci
2020
- run: npm run build
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@v3
3232
- uses: actions/setup-node@v3
3333
with:
34-
node-version: 16
34+
node-version-file: .nvmrc
3535
registry-url: https://npm.pkg.github.com/
3636
- run: npm ci
3737
- run: npm run build

.github/workflows/pages-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v3
1515
- uses: actions/setup-node@v3
1616
with:
17-
node-version: 16
17+
node-version-file: .nvmrc
1818
registry-url: https://registry.npmjs.org/
1919
- run: npm ci
2020
- run: npm run docs

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16
1+
20

package-lock.json

Lines changed: 35 additions & 68 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)