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 886be72 commit aa3afadCopy full SHA for aa3afad
.github/workflows/release.yml
@@ -8,7 +8,7 @@ jobs:
8
steps:
9
- uses: actions/checkout@v4
10
# Setup .npmrc file to publish to npm
11
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v6
12
with:
13
node-version: "16.x"
14
registry-url: "https://registry.npmjs.org"
0 commit comments