Skip to content

Commit 14c6b23

Browse files
authored
murder npm
1 parent e06762e commit 14c6b23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-dev.yml

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

21-
- name: Install Node v16
21+
- name: Install Node v19
2222
uses: actions/setup-node@v2
2323
with:
24-
node-version: 16
24+
node-version: 19
2525
registry-url: https://registry.npmjs.org/
2626

2727
- name: Install dependencies

0 commit comments

Comments
 (0)