Skip to content

Commit

Permalink
Merge pull request #6 from bavix/dependabot/github_actions/actions/se…
Browse files Browse the repository at this point in the history
…tup-node-4

Bump actions/setup-node from 3 to 4
  • Loading branch information
rez1dent3 authored Oct 24, 2023
2 parents 4c97018 + 2728f7d commit d2a0871
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compile-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v4

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

- name: Setup Node ${{ inputs.nodejs }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ inputs.nodejs }}
cache: npm
Expand Down

0 comments on commit d2a0871

Please sign in to comment.