Skip to content

Commit

Permalink
chore: updating to latest node in pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
davenewza committed Jan 15, 2025
1 parent 3d32533 commit 212ffa2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
go-version: "1.23"
- uses: actions/setup-node@v3
with:
node-version: 22.11
node-version: 22.13
- uses: pnpm/action-setup@v4
with:
version: 9.12.3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
go-version: "1.23"
- uses: actions/setup-node@v3
with:
node-version: 22.11
node-version: 22.13
token: ${{ secrets.NPM_TOKEN }}
- uses: pnpm/action-setup@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_npm_modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/setup-node@v3
with:
node-version: 22.11
node-version: 22.13
- uses: pnpm/action-setup@v4
with:
version: 9.12.3
Expand All @@ -40,7 +40,7 @@ jobs:
steps:
- uses: actions/setup-node@v3
with:
node-version: 22.11
node-version: 22.13
- uses: pnpm/action-setup@v4
with:
version: 9.12.3
Expand Down

0 comments on commit 212ffa2

Please sign in to comment.