Skip to content

Commit

Permalink
Merge pull request #99 from merakigenart/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/setup-node-3.8.0

Bump actions/setup-node from 3.7.0 to 3.8.0
  • Loading branch information
github-actions[bot] authored Aug 14, 2023
2 parents 4c8b8a3 + 7a2998a commit 02d5d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
ref: ${{ github.head_ref }}

- name: Set up NodeJS ${{ matrix.node-version }}
uses: actions/setup-node@v3.7.0
uses: actions/setup-node@v3.8.0
with:
node-version: ${{ matrix.node-version }}

Expand Down

0 comments on commit 02d5d11

Please sign in to comment.