Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
vanvianen committed Jan 2, 2024
2 parents c7b640c + bdf00b4 commit 8eacb37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use an official Node runtime as a parent image
FROM node:14
FROM node:21

# Set the working directory
WORKDIR /usr/src/app
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

-
name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.x

Expand Down

0 comments on commit 8eacb37

Please sign in to comment.