Skip to content

Commit f2b7f37

Browse files
committed
ci: use node 18 for publish enviornment
Signed-off-by: Akshat Patel <akshat@live.ca>
1 parent b7b656d commit f2b7f37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
- name: Checkout
2828
uses: actions/checkout@v3
2929

30-
# Set up node to use v16
30+
# Set up node to use v18
3131
- name: Setup Node
3232
uses: actions/setup-node@v3
3333
with:
34-
node-version: "16"
34+
node-version: "18"
3535
cache: "npm"
3636
cache-dependency-path: "package-lock.json"
3737

0 commit comments

Comments
 (0)