From 49ef8b21dfecb4ca86b5f43c1d92665559b286a9 Mon Sep 17 00:00:00 2001 From: rhysd Date: Wed, 31 Jan 2024 12:52:44 +0900 Subject: [PATCH] update actions/setup-python to v5 to fix warning on CI --- .github/workflows/ci.yml | 2 +- package-lock.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5ae11a..b2d0f4b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -107,7 +107,7 @@ jobs: env: GITHUB_TOKEN: ${{ github.token }} - run: npm run lint - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: '3.x' - run: pip install yamllint diff --git a/package-lock.json b/package-lock.json index a59c46c..83ccd71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "typescript": "^5.3.3" }, "engines": { - "node": ">=16.0.0" + "node": ">=20.0.0" } }, "node_modules/@aashutoshrathi/word-wrap": {