Skip to content

Commit

Permalink
chore: moved to buster images
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Aug 6, 2024
1 parent d522acd commit dd7cbff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
node-version: [14, 15, 16, 17, 18, 19, 20]
runs-on: ubuntu-latest
container: node:${{ matrix.node-version }}
container: node:${{ matrix.node-version }}-buster
steps:
- name: Checkout code from repository
uses: actions/checkout@v4
Expand Down

0 comments on commit dd7cbff

Please sign in to comment.