diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 29c8ead..9a88554 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -11,9 +11,10 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 12 + node-version: 14 registry-url: https://registry.npmjs.org/ - run: npm i + - run: node test/validateModuleExportsMatchCommonJS/index.js - run: npm publish env: - NODE_AUTH_TOKEN: ${{secrets.npm_token}} \ No newline at end of file + NODE_AUTH_TOKEN: ${{secrets.npm_token}} diff --git a/package.json b/package.json index 3412f78..7b1f61b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "tslib", "author": "Microsoft Corp.", "homepage": "https://www.typescriptlang.org/", - "version": "2.0.1", + "version": "2.0.2", "license": "0BSD", "description": "Runtime library for TypeScript helper functions", "keywords": [