Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
deps: update actions/setup-node action to v2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 26, 2024
1 parent dc18aa2 commit f6eb97a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gpr-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/[email protected]
- uses: pnpm/[email protected]
- uses: actions/setup-node@v2.1.4
- uses: actions/setup-node@v2.5.2
with:
cache: 'pnpm'
registry-url: https://npm.pkg.github.com/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jsr-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/[email protected]
- uses: pnpm/[email protected]
- uses: actions/setup-node@v2.1.4
- uses: actions/setup-node@v2.5.2
with:
cache: 'pnpm'
registry-url: https://npm.pkg.github.com/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/[email protected]
- uses: pnpm/[email protected]
- uses: actions/setup-node@v2.1.4
- uses: actions/setup-node@v2.5.2
with:
cache: 'pnpm'
- name: Build commonjs, es6, esnext and amd
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/[email protected]
- uses: pnpm/[email protected]
- uses: actions/setup-node@v2.1.4
- uses: actions/setup-node@v2.5.2
with:
cache: 'pnpm'
- name: Dependency check
Expand All @@ -35,7 +35,7 @@ jobs:
- uses: actions/[email protected]
- uses: pnpm/[email protected]
- name: Set up Node.js ${{matrix.node}}
uses: actions/setup-node@v2.1.4
uses: actions/setup-node@v2.5.2
with:
node-version: ${{matrix.node}}
cache: 'pnpm'
Expand Down

0 comments on commit f6eb97a

Please sign in to comment.