Skip to content

Commit

Permalink
Merge pull request #399 from r-k-b/dependabot/github_actions/dot-gith…
Browse files Browse the repository at this point in the history
…ub/workflows/actions/setup-node-3

build(deps): bump actions/setup-node from 1 to 3 in /.github/workflows
  • Loading branch information
r-k-b authored Aug 27, 2023
2 parents ec1cbbd + 4b4d224 commit 0d981dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
restore-keys: |
${{ runner.os }}-node-
- name: Setup node
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: npm install
Expand Down

0 comments on commit 0d981dd

Please sign in to comment.