Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b8b7ed1

Browse files
committedMay 1, 2025·
chore: update ubuntu image
1 parent 67ddb59 commit b8b7ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44

55
jobs:
66
test:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v4
1010
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)
Please sign in to comment.