diff options
| author | renovate[bot] <renovatebot@noreply.localhost> | 2026-07-15 03:04:06 +0300 |
|---|---|---|
| committer | renovate[bot] <renovatebot@noreply.localhost> | 2026-07-15 03:04:06 +0300 |
| commit | eba8c50e9680576c838ae16857d681d6cec71854 (patch) | |
| tree | 538784fb9be6c6c474f462f3619f2aaba0c1a053 /.gitea/workflows | |
| parent | d2e86fa2f01976d25fca6684faf2252d54ca2ff8 (diff) | |
| download | popov.link-eba8c50e9680576c838ae16857d681d6cec71854.tar.xz popov.link-eba8c50e9680576c838ae16857d681d6cec71854.zip | |
chore(deps): update actions/setup-node action to v7
Diffstat (limited to '.gitea/workflows')
| -rw-r--r-- | .gitea/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index ccde961..ef02a30 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v7 - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: 24 - run: npm ci |
