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 2f7f4f7 commit 33b7425Copy full SHA for 33b7425
1 file changed
.github/workflows/publish-dist.yml
@@ -14,9 +14,6 @@ concurrency:
14
group: publish-dist-${{ github.event.pull_request.number || github.ref }}
15
cancel-in-progress: true
16
17
-env:
18
- NODE_VERSION: '18'
19
-
20
jobs:
21
publish-dist:
22
runs-on: ubuntu-latest
@@ -28,7 +25,7 @@ jobs:
28
25
29
26
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
30
27
with:
31
- node-version: ${{ env.NODE_VERSION }}
+ node-version: '18'
32
cache: 'npm'
33
34
- name: Set up build environment
0 commit comments