Skip to content

Commit

Permalink
fix: update node version for contract tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joeybaer committed Feb 1, 2024
1 parent 8da2b9d commit c49bda6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/contract_tests/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14.16-alpine
FROM node:18.18.2-bullseye-slim

# Copy code file from action repository to "/" in the container
COPY entrypoint.sh /entrypoint.sh
Expand Down

0 comments on commit c49bda6

Please sign in to comment.