Skip to content

Commit

Permalink
Update CDK and Node versions (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
rwxdash authored Jul 9, 2024
1 parent 3a0172e commit 8f82c14
Show file tree
Hide file tree
Showing 6 changed files with 5,044 additions and 2,891 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 14.x
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: "14.x"
node-version: "18.x"
registry-url: https://registry.npmjs.org
- name: Install rimraf
run: npm i -g rimraf
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
run: |
git config --global user.email "[email protected]"
git config --global user.name "GitHub Action"
- name: Use Node.js 14.x
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: "14.x"
node-version: "18.x"
registry-url: https://registry.npmjs.org
- name: Install rimraf
run: npm i -g rimraf
Expand Down
Loading

0 comments on commit 8f82c14

Please sign in to comment.