Skip to content

Commit

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

Bump actions/setup-node from 3.7.0 to 3.8.0
  • Loading branch information
NikolaRHristov authored Aug 16, 2023
2 parents a65ebe1 + ead8efb commit e827b6a
Show file tree
Hide file tree
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
Expand Up @@ -21,7 +21,7 @@ jobs:
id-token: write
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/setup-node@v3.7.0
- uses: actions/setup-node@v3.8.0
with:
node-version: "18"
registry-url: "https://registry.npmjs.org"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
--unsafe-perm=true
]
- uses: actions/setup-node@v3.7.0
- uses: actions/setup-node@v3.8.0
with:
node-version: ${{ matrix.node-version }}
cache: "pnpm"
Expand Down

0 comments on commit e827b6a

Please sign in to comment.