Skip to content

Commit

Permalink
Merge pull request #1302 from hashicorp/bump-up-node-to-v20
Browse files Browse the repository at this point in the history
bump up node to v20
  • Loading branch information
Uk1288 authored Apr 2, 2024
2 parents d59d3b2 + 0120260 commit c8bee09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
steps:
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: 16
node-version: 20

- name: Download artifacts
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: "18.x"
node-version: "20.x"

- name: Install cdktf-registry-docs
run: npm install -g [email protected]
Expand Down

0 comments on commit c8bee09

Please sign in to comment.