We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d308103 + 7553d68 commit 2933026Copy full SHA for 2933026
.github/workflows/NPM.yml
@@ -26,7 +26,7 @@ jobs:
26
steps:
27
- uses: actions/checkout@v4.1.1
28
29
- - uses: actions/setup-node@v4.0.1
+ - uses: actions/setup-node@v4.0.2
30
with:
31
node-version: "18"
32
registry-url: "https://registry.npmjs.org"
.github/workflows/Node.yml
@@ -73,7 +73,7 @@ jobs:
73
--unsafe-perm=true
74
]
75
76
77
78
node-version: ${{ matrix.node-version }}
79
cache: "pnpm"
0 commit comments