We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 316fbec + 631da96 commit 82a4acbCopy full SHA for 82a4acb
.github/workflows/NPM.yml
@@ -59,7 +59,7 @@ jobs:
59
steps:
60
- uses: actions/checkout@v4.2.2
61
62
- - uses: actions/setup-node@v4.2.0
+ - uses: actions/setup-node@v4.3.0
63
with:
64
node-version: "18"
65
registry-url: "https://registry.npmjs.org"
.github/workflows/Node.yml
@@ -76,7 +76,7 @@ jobs:
76
--unsafe-perm=true
77
]
78
79
80
81
node-version: ${{ matrix.node-version }}
82
cache: "pnpm"
0 commit comments