We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d0ca34 + ea2d838 commit af9ebd0Copy full SHA for af9ebd0
3 files changed
.github/workflows/master.yml
@@ -13,7 +13,7 @@ jobs:
13
uses: actions/setup-node@v6
14
with:
15
node-version-file: '.nvmrc'
16
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
17
18
path: ~/.npm
19
key: npm-${{ hashFiles('package-lock.json') }}
.github/workflows/pr.yml
@@ -12,7 +12,7 @@ jobs:
12
.npmrc
@@ -65,6 +65,7 @@
65
@tradeshift:registry=https://npm.pkg.github.com
66
67
68
+@tradeshift:registry=https://npm.pkg.github.com
69
70
71
0 commit comments