Update CI workflow to use Node.js 20 container for improved compatibility
- Changed the container image from Ubuntu 22.04 to Node.js 20-bookworm in the CI workflow. - This update aims to enhance the environment for running Node.js applications during CI processes.
This commit is contained in:
@@ -35,7 +35,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.ref == 'refs/heads/main' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch')
|
||||
container:
|
||||
image: ubuntu:22.04
|
||||
image: node:20-bookworm
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user