Skip to content

Commit

Permalink
fix: 1) Maintenance warning 2) bump nodejs (#25)
Browse files Browse the repository at this point in the history
* fix: 1) Maintenance warning 2) bump nodejs

* Fix readme

---------

Co-authored-by: Ivan Sabelnikov <[email protected]>
  • Loading branch information
ivan-sabelnikov and vavsab authored Mar 14, 2024
1 parent 86b8d2a commit 121b7e1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN rm -rf /usr/local/bin/pulumictl && \
tar -C /usr/local/bin -xzf pulumictl.${PULUMICTL_VERSION}.tar.gz

# Install nodejs
ARG NODEJS_VERSION=v16.16.0
ARG NODEJS_VERSION=v20.11.1
ARG NODEJS_PKG=node-${NODEJS_VERSION}-linux-x64
ARG NODEJS_TARBALL=${NODEJS_PKG}.tar.xz
RUN rm -rf /usr/local/node && \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
provider: zitadel
goversion: 1.21.x
dotnetversion: 6.0.300
nodeversion: 14.x
nodeversion: 20.x
pythonversion: 3.9
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Zitadel Resource Provider

**⚠️WARNING: [I](https://github.com/vavsab) do not maintain this repo anymore. [Wating for zitadel to respond](https://github.com/zitadel/terraform-provider-zitadel/issues/158)**

The Zitadel Resource Provider lets you manage [Zitadel](https://zitadel.com/) resources.

## Installing
Expand Down
2 changes: 2 additions & 0 deletions sdk/python/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Zitadel Resource Provider

**⚠️WARNING: [I](https://github.com/vavsab) do not maintain this repo anymore. [Wating for zitadel to respond](https://github.com/zitadel/terraform-provider-zitadel/issues/158)**

The Zitadel Resource Provider lets you manage [Zitadel](https://zitadel.com/) resources.

## Installing
Expand Down

0 comments on commit 121b7e1

Please sign in to comment.