Skip to content

Commit

Permalink
Merge branch 'main' of ssh://github.com/NikolaRHristov/TypeScriptESBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Jan 24, 2024
2 parents b13743f + cc003a1 commit a2bc3b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- run: pnpm run prepublishOnly
working-directory: .

- uses: actions/upload-artifact@v4.2.0
- uses: actions/upload-artifact@v4.3.0
with:
name: .-Node-${{ matrix.node-version }}-Target
path: ./Target
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/node": "20.11.5",
"commander": "11.1.0",
"deepmerge-ts": "5.1.0",
"esbuild": "0.19.11",
"esbuild": "0.19.12",
"esbuild-plugin-copy": "2.1.1",
"fast-glob": "3.3.2",
"typedoc": "0.25.7",
Expand Down

0 comments on commit a2bc3b8

Please sign in to comment.