We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59f00f7 commit 344e00fCopy full SHA for 344e00f
3 files changed
.github/workflows/push-to-registry.yml
@@ -31,6 +31,9 @@ jobs:
31
node-version: 24
32
cache: npm
33
34
+ - name: Install latest npm
35
+ run: npm install -g npm@latest
36
+
37
- name: Install project modules
38
run: npm ci
39
.github/workflows/release.yml
@@ -49,6 +49,9 @@ jobs:
49
NEW_VERSION=$(npm version ${{ inputs.version_type }} --no-git-tag-version | sed 's/v//')
50
echo "version=$NEW_VERSION" >> "$GITHUB_OUTPUT"
51
52
53
54
55
56
57
.github/workflows/test.yml
@@ -79,6 +79,9 @@ jobs:
79
- name: Setup skopeo
80
run: sudo apt update && sudo apt-get -y install skopeo
81
82
83
84
85
86
87
0 commit comments