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 c3813d7 commit e2597c8Copy full SHA for e2597c8
.github/workflows/npm-publish.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v4
12
- uses: actions/setup-node@v4
13
with:
14
- node-version: lts
+ node-version: "20"
15
cache: npm
16
registry-url: https://registry.npmjs.org/
17
- run: npm ci
0 commit comments