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 64471cb commit 9f16bffCopy full SHA for 9f16bff
.github/workflows/publish.yml
@@ -21,7 +21,7 @@ jobs:
21
git config user.email '<>'
22
- uses: actions/setup-node@v3
23
with:
24
- node-version: 16
+ node-version: 20
25
26
# Call `npm version`. It increments the version and commits the changes.
27
# We'll save the output (new version string) for use in the following
0 commit comments