Skip to content

Commit

Permalink
Merge pull request #71 from PlayForm/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-node-4.0.4

Bump actions/setup-node from 4.0.3 to 4.0.4
  • Loading branch information
github-actions[bot] authored Sep 20, 2024
2 parents fb0dd4e + 1a8ee3d commit 4bcab64
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/NPM.yml
Original file line number Diff line number Diff line change
@@ -59,7 +59,7 @@ jobs:
steps:
- uses: actions/[email protected]

- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
node-version: "18"
registry-url: "https://registry.npmjs.org"
2 changes: 1 addition & 1 deletion .github/workflows/Node.yml
Original file line number Diff line number Diff line change
@@ -76,7 +76,7 @@ jobs:
--unsafe-perm=true
]
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
node-version: ${{ matrix.node-version }}
cache: "pnpm"

0 comments on commit 4bcab64

Please sign in to comment.