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.
2 parents 5b9b21e + 38f3a49 commit 0255a92Copy full SHA for 0255a92
.github/workflows/NPM.yml
@@ -58,7 +58,7 @@ jobs:
58
steps:
59
- uses: actions/checkout@v4.1.7
60
61
- - uses: actions/setup-node@v4.0.3
+ - uses: actions/setup-node@v4.0.4
62
with:
63
node-version: "18"
64
registry-url: "https://registry.npmjs.org"
.github/workflows/Node.yml
@@ -75,7 +75,7 @@ jobs:
75
--unsafe-perm=true
76
]
77
78
79
80
node-version: ${{ matrix.node-version }}
81
cache: "pnpm"
0 commit comments