Skip to content

Commit

Permalink
Bump actions/setup-node from 4.0.0 to 4.0.1 (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 19, 2023
1 parent 8e5d79c commit 4ad3346
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@master
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
node-version: ${{ matrix.node }}
- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: GPR
steps:
- uses: actions/checkout@master
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
node-version: 12
registry-url: https://npm.pkg.github.com/
Expand All @@ -24,7 +24,7 @@ jobs:
name: NPM
steps:
- uses: actions/checkout@master
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
node-version: 12
registry-url: https://registry.npmjs.org/
Expand Down

0 comments on commit 4ad3346

Please sign in to comment.