mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-03-22 13:10:41 +08:00
Merge pull request #1189 from PrivateBin/dependabot/github_actions/actions/setup-node-4
Bump actions/setup-node from 3 to 4
This commit is contained in:
commit
95d6a0d3b9
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -102,7 +102,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v3
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '16'
|
||||
cache: 'npm'
|
||||
|
|
Loading…
Reference in New Issue
Block a user