Merge pull request #938 from PrivateBin/dependabot/github_actions/actions/setup-node-3

Bump actions/setup-node from 2 to 3
pull/941/head
El RIDO 2022-06-10 05:01:17 +02:00 committed by GitHub
commit 9df0faf7b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ jobs:
uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '12'
cache: 'npm'