Skip to content

Commit e96429a

Browse files
committed
updated publish package workflow to use node 18
Signed-off-by: Scott Westover <scottwestover2006@gmail.com>
1 parent 38c075f commit e96429a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v3
2020

21-
- name: Setup Node.js 16
21+
- name: Setup Node.js 18
2222
uses: actions/setup-node@v3
2323
with:
24-
node-version: "16.x"
24+
node-version: "18.x"
2525
cache: 'npm'
2626

2727
- name: install project dependencies

0 commit comments

Comments
 (0)