Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 8, 2024
1 parent 3bd16bb commit f59300e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/NPM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
id-token: write

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- uses: actions/[email protected]
with:
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/Node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
node-version: [18, 19, 20]

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- uses: pnpm/[email protected]
with:
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
- run: pnpm run prepublishOnly
working-directory: .

- uses: actions/[email protected].1
- uses: actions/[email protected].0
with:
name: .-Blur-Node-${{ matrix.node-version }}-Target
path: ./Blur/Target
Expand All @@ -105,7 +105,7 @@ jobs:
- run: pnpm run prepublishOnly
working-directory: .

- uses: actions/[email protected].1
- uses: actions/[email protected].0
with:
name: .-Intake-Node-${{ matrix.node-version }}-Target
path: ./Intake/Target
Expand All @@ -122,7 +122,7 @@ jobs:
- run: pnpm run prepublishOnly
working-directory: .

- uses: actions/[email protected].1
- uses: actions/[email protected].0
with:
name: .-Intake-packages-nomnom-Node-${{ matrix.node-version }}-Target
path: ./Intake/packages/nomnom/Target
Expand All @@ -139,7 +139,7 @@ jobs:
- run: pnpm run prepublishOnly
working-directory: .

- uses: actions/[email protected].1
- uses: actions/[email protected].0
with:
name: .-Intake-packages-parse-Node-${{ matrix.node-version }}-Target
path: ./Intake/packages/parse/Target
Expand All @@ -156,7 +156,7 @@ jobs:
- run: pnpm run prepublishOnly
working-directory: .

- uses: actions/[email protected].1
- uses: actions/[email protected].0
with:
name: .-Intake-packages-read-Node-${{ matrix.node-version }}-Target
path: ./Intake/packages/read/Target
Expand All @@ -173,7 +173,7 @@ jobs:
- run: pnpm run prepublishOnly
working-directory: .

- uses: actions/[email protected].1
- uses: actions/[email protected].0
with:
name: .-NomNom-examples-csv-Node-${{ matrix.node-version }}-Target
path: ./NomNom/examples/csv/Target

0 comments on commit f59300e

Please sign in to comment.