Skip to content

Commit

Permalink
Merge pull request #100 from merakigenart/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/setup-node-3.8.1

Bump actions/setup-node from 3.8.0 to 3.8.1
  • Loading branch information
github-actions[bot] authored Aug 17, 2023
2 parents 02d5d11 + b3cc805 commit 05c7ae7
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
@@ -32,7 +32,7 @@ jobs:
ref: ${{ github.head_ref }}

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

0 comments on commit 05c7ae7

Please sign in to comment.