mirror of
https://github.com/prymitive/karma
synced 2026-05-21 04:33:07 +00:00
chore(actions): use latest Node version
This commit is contained in:
committed by
Łukasz Mierzwa
parent
c625c9c82f
commit
09e2dca774
2
.github/workflows/node-version.yml
vendored
2
.github/workflows/node-version.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
- name: Set up Node JS
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 19.6.0
|
||||
node-version: 19.6.1
|
||||
|
||||
- name: Regenerate ui package-lock.json
|
||||
run: cd ui && npm i
|
||||
|
||||
Reference in New Issue
Block a user