Skip to content

Commit

Permalink
ci: refactor testing workflow and environment
Browse files Browse the repository at this point in the history
- Update the testing workflow to use Node.js version `16-bullseye` instead of `10.18-jessie` in the container.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Mar 14, 2024
1 parent 6e4608d commit a81f182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

testing:
runs-on: ubuntu-latest
container: node:10.18-jessie
container: node:16-bullseye

# Service containers to run with `container-job`
services:
Expand Down

0 comments on commit a81f182

Please sign in to comment.