diff options
author | silverwind <me@silverwind.io> | 2024-11-13 22:39:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-13 21:39:55 +0000 |
commit | 9880c1372e6db6dd9cf28ae240af6bd52164459d (patch) | |
tree | 244877d1d8f54775e55dd889c36d3e599a9cca8a /.github/workflows/pull-e2e-tests.yml | |
parent | ad223000d42782d1cd5a2ef9e8cb3a51f76739f9 (diff) | |
download | gitea-9880c1372e6db6dd9cf28ae240af6bd52164459d.tar.gz gitea-9880c1372e6db6dd9cf28ae240af6bd52164459d.zip |
Bump CI,Flake and Snap to Node 22 (#32487)
Node 22 is LTS since 2024-10-29. Updated it everywhere.
---------
Co-authored-by: techknowlogick <techknowlogick@gitea.com>
Diffstat (limited to '.github/workflows/pull-e2e-tests.yml')
-rw-r--r-- | .github/workflows/pull-e2e-tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pull-e2e-tests.yml b/.github/workflows/pull-e2e-tests.yml index 35ac7598f6..b84c69e4a0 100644 --- a/.github/workflows/pull-e2e-tests.yml +++ b/.github/workflows/pull-e2e-tests.yml @@ -23,7 +23,7 @@ jobs: check-latest: true - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 cache: npm cache-dependency-path: package-lock.json - run: make deps-frontend frontend deps-backend |