Skip to content

Commit fefcc88

Browse files
committed
ci: upgrade node 18
1 parent eefa561 commit fefcc88

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v3
1616
- uses: actions/setup-node@v3
1717
with:
18-
node-version: 16
18+
node-version: 18
1919
registry-url: 'https://registry.npmjs.org'
2020

2121
- run: npm install

.github/workflows/npm.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-node@v3
1313
with:
14-
node-version: 16
14+
node-version: 18
1515
registry-url: 'https://registry.npmjs.org'
1616

1717
- run: npm install
18-
- run: npm run hoist
1918

2019
- run: npm run build
2120
- run: npm run coverage

0 commit comments

Comments
 (0)