Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <[email protected]>
  • Loading branch information
jkowalleck committed Apr 1, 2024
1 parent 7bf5682 commit a96f005
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
run: yarn run setup-tests
- name: fetch build artifact
# see https://github.com/actions/download-artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ env.BUILD_ARTIFACT }}
- name: run tests
Expand Down Expand Up @@ -225,7 +225,7 @@ jobs:
corepack enable yarn
yarn set version ${{ env.YARN_VERSION }}
- name: Setup subject
run: yarn install --no-immutable --production
run: yarn workspaces focus --production
- name: fetch build artifact
# see https://github.com/actions/download-artifact
uses: actions/download-artifact@v4
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@
"main": "./src/plugin.ts",
"files": [
"/README.md",
"/LICENSE", "/NOTICE",
"/LICENSE",
"/NOTICE",
"/bundles/**",
"/dist/**",
"/bin/**",
Expand Down

0 comments on commit a96f005

Please sign in to comment.