Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Nov 19, 2024
1 parent 3c49629 commit 6e54a41
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/NPM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ jobs:
id-token: write

steps:
- uses: actions/checkout@v4.2.1
- uses: actions/checkout@v4.2.2

- uses: actions/setup-node@v4.0.4
- uses: actions/setup-node@v4.1.0
with:
node-version: "18"
registry-url: "https://registry.npmjs.org"
Expand Down
4 changes: 2 additions & 2 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/checkout@v4.2.1
- uses: actions/checkout@v4.2.2

- uses: pnpm/action-setup@v4.0.0
with:
Expand All @@ -76,7 +76,7 @@ jobs:
--unsafe-perm=true
]
- uses: actions/setup-node@v4.0.4
- uses: actions/setup-node@v4.1.0
with:
node-version: ${{ matrix.node-version }}
cache: "pnpm"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"fast-glob": "3.3.2"
},
"devDependencies": {
"@playform/build": "0.1.8"
"@playform/build": "0.1.9"
}
}

0 comments on commit 6e54a41

Please sign in to comment.