Skip to content

Commit

Permalink
use 14-buster
Browse files Browse the repository at this point in the history
  • Loading branch information
seemk committed Jul 11, 2023
1 parent 29100eb commit 9746f2a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@ jobs:
strategy:
fail-fast: false
matrix:
container: ['node:14.0.0']
container: ['node:14-buster']
node_api_target: ['14.0.0', '15.0.0', '16.0.0', '17.0.1', '18.0.0']
container: ${{ matrix.container }}
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: apt-get update && apt-get -y install python3
- name: Test python version
run: python3 --version
- name: Install npm dependencies
Expand Down

0 comments on commit 9746f2a

Please sign in to comment.