Merge pull request #1189 from PrivateBin/dependabot/github_actions/actions/setup-node-4

Bump actions/setup-node from 3 to 4
pull/1200/head
El RIDO 2023-10-25 12:39:56 +02:00 committed by GitHub
commit 95d6a0d3b9
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@v4
- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '16'
cache: 'npm'