diff options
author | Andy Scherzinger <info@andy-scherzinger.de> | 2024-05-27 10:08:53 +0200 |
---|---|---|
committer | Andy Scherzinger <info@andy-scherzinger.de> | 2024-05-27 14:53:40 +0200 |
commit | e07a1906418585ca60b7084e2f476e3dbc2a5fef (patch) | |
tree | a7e77db7edc87611baa9572008979689d4bd8361 /.github/workflows/node.yml | |
parent | d87c23242b96903d59b978a936179f5441c26773 (diff) | |
download | nextcloud-server-e07a1906418585ca60b7084e2f476e3dbc2a5fef.tar.gz nextcloud-server-e07a1906418585ca60b7084e2f476e3dbc2a5fef.zip |
chore: Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Diffstat (limited to '.github/workflows/node.yml')
-rw-r--r-- | .github/workflows/node.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 59a09fd2174..286bed874f2 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -2,6 +2,9 @@ # # https://github.com/nextcloud/.github # https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization +# +# SPDX-FileCopyrightText: 2021-2024 Nextcloud GmbH and Nextcloud contributors +# SPDX-License-Identifier: MIT name: Node @@ -48,7 +51,7 @@ jobs: name: NPM build steps: - name: Checkout - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v3.6.0 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 - name: Read package.json node and npm engines version uses: skjnldsv/read-package-engines-version-actions@8205673bab74a63eb9b8093402fd9e0e018663a1 # v2.2 |