Skip to content

Commit

Permalink
Merge pull request #282 from linz/dependabot/github_actions/actions/s…
Browse files Browse the repository at this point in the history
…etup-node-3.8.1

build(deps): bump actions/setup-node from 3.6.0 to 3.8.1
  • Loading branch information
l0b0 authored Sep 12, 2023
2 parents b8ce027 + de47a15 commit b042ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: python -m poetry install

- name: Use Node.js for CDK deployment
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v3.8.1
with:
node-version-file: '.nvmrc'
registry-url: https://registry.npmjs.org
Expand Down

0 comments on commit b042ea9

Please sign in to comment.