diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4f97f31..a81239e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: '12' + node-version: '16' - run: npm install - name: Build package run: npx vsce package