Skip to content

Commit 57b2666

Browse files
committed
fix npm-ci: Require Node 20.x
Signed-off-by: umgfoin <umgfoin@users.noreply.github.com>
1 parent 6b21fd4 commit 57b2666

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Set up Node
6464
uses: actions/setup-node@v3
6565
with:
66-
node-version: 12.x
66+
node-version: 20.x
6767
- name: npm ci
6868
run: npm ci
6969
env:

package-lock.json

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)