Skip to content

Commit

Permalink
Merge pull request #220 from 0x46616c6b/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-node-4
  • Loading branch information
0x46616c6b authored Oct 29, 2023
2 parents afa47a2 + 310e559 commit 20e29b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
cache: "npm"
cache-dependency-path: package-lock.json
Expand Down

0 comments on commit 20e29b3

Please sign in to comment.