Skip to content

Commit

Permalink
Factoring out node itself, and using gh action to set it up
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameronsplaze committed Dec 16, 2024
1 parent 33410c3 commit fcc388c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/composite-setup-cdk/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ runs:
- name: Setup Python
uses: ./.github/workflows/composite-setup-python

- uses: actions/setup-node@v4
with:
node-version: 'latest'

- name: Install NPM Stuff (aws-cdk)
shell: bash
run: |
Expand Down
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,6 @@ update-npm:
echo "## Setting up non-root Install..."
mkdir -p ~/.npm-global
npm config set prefix '~/.npm-global'
echo "## Updating Node Stuff..."
npm install -g n@latest
N_PREFIX=~/.npm-global n latest
reset
node --version
echo "## Updating NPM Stuff..."
npm install -g npm@latest aws-cdk@latest
echo ""
Expand Down

0 comments on commit fcc388c

Please sign in to comment.