Commit 13a34cc 1 parent 5d9acf0 commit 13a34cc Copy full SHA for 13a34cc
File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 2
2
#
3
3
# https://github.com/nextcloud/.github
4
4
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
5
+ #
6
+ # SPDX-FileCopyrightText: 2021-2024 Nextcloud GmbH and Nextcloud contributors
7
+ # SPDX-License-Identifier: MIT
5
8
6
9
name : Node
7
10
@@ -47,10 +50,10 @@ jobs:
47
50
name : NPM build
48
51
steps :
49
52
- name : Checkout
50
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
53
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
51
54
52
55
- name : Read package.json node and npm engines version
53
- uses : skjnldsv/read-package-engines-version-actions@8205673bab74a63eb9b8093402fd9e0e018663a1 # v2.2
56
+ uses : skjnldsv/read-package-engines-version-actions@06d6baf7d8f41934ab630e97d9e6c0bc9c9ac5e4 # v3
54
57
id : versions
55
58
with :
56
59
fallbackNode : ' ^20'
You can’t perform that action at this time.
0 commit comments