Skip to content

Commit 721a755

Browse files
Merge pull request #83 from PlayForm/dependabot/github_actions/actions/setup-node-4.2.0
Bump actions/setup-node from 4.1.0 to 4.2.0
2 parents f26efc7 + afe7681 commit 721a755

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/NPM.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
steps:
6060
- uses: actions/[email protected]
6161

62-
- uses: actions/setup-node@v4.1.0
62+
- uses: actions/setup-node@v4.2.0
6363
with:
6464
node-version: "18"
6565
registry-url: "https://registry.npmjs.org"

.github/workflows/Node.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
--unsafe-perm=true
7777
]
7878
79-
- uses: actions/setup-node@v4.1.0
79+
- uses: actions/setup-node@v4.2.0
8080
with:
8181
node-version: ${{ matrix.node-version }}
8282
cache: "pnpm"

0 commit comments

Comments
 (0)