Skip to content

Commit d89d724

Browse files
committed
Publish with Node.js 18
1 parent ebe2e09 commit d89d724

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: 16
16+
node-version: 18
1717
- run: npm ci
1818
- run: npm run lint
1919
- 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: 18
3535
registry-url: https://registry.npmjs.org/
3636
- run: npm ci
3737
- run: npm publish

0 commit comments

Comments
 (0)