diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index db2ce38..b6b654a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,10 +11,12 @@ jobs: - name: node uses: actions/setup-node@v2 with: - node-version: 16 + node-version: 20 registry-url: https://registry.npmjs.org - name: npm i run: npm i + - name: npm i @rollup/rollup-linux-x64-gnu + run: npm i @rollup/rollup-linux-x64-gnu - name: build run: npm run build - name: publish