Skip to content

Commit 33b7425

Browse files
committed
remove NODE_VERSION env var
1 parent 2f7f4f7 commit 33b7425

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/publish-dist.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ concurrency:
1414
group: publish-dist-${{ github.event.pull_request.number || github.ref }}
1515
cancel-in-progress: true
1616

17-
env:
18-
NODE_VERSION: '18'
19-
2017
jobs:
2118
publish-dist:
2219
runs-on: ubuntu-latest
@@ -28,7 +25,7 @@ jobs:
2825

2926
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
3027
with:
31-
node-version: ${{ env.NODE_VERSION }}
28+
node-version: '18'
3229
cache: 'npm'
3330

3431
- name: Set up build environment

0 commit comments

Comments
 (0)