Skip to content

Commit

Permalink
chore(ci): test against node 14.19.1 (pypi#12264)
Browse files Browse the repository at this point in the history
We didn't maintain parity with Dockerfile* when upgrading last time.

Signed-off-by: Mike Fiedler <miketheman@gmail.com>

Signed-off-by: Mike Fiedler <miketheman@gmail.com>
  • Loading branch information
miketheman authored Sep 29, 2022
1 parent e2f55ab commit b7ec571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- uses: actions/setup-node@v3
if: ${{ matrix.needs-node }}
with:
node-version: 14.15.5
node-version: 14.19.1
cache: 'npm'
- name: Install Node dependencies
if: ${{ matrix.needs-node }}
Expand Down

0 comments on commit b7ec571

Please sign in to comment.