Skip to content

Commit

Permalink
chore: bump workflow tool versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol committed May 19, 2024
1 parent 1d8265a commit 2973c28
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ permissions: read-all
on: [push, pull_request]

env:
GO_VERSION: "1.21.1"
NODE_VERSION: "18.17.1"
PNPM_VERSION: "8.5.1"
GO_VERSION: "1.22.2"
NODE_VERSION: "20.12.2"
PNPM_VERSION: "9.1.1"

jobs:
lint-backend:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ name: release
on: [push, pull_request]

env:
GO_VERSION: "1.21.1"
NODE_VERSION: "18.17.1"
PNPM_VERSION: "8.5.1"
GO_VERSION: "1.22.2"
NODE_VERSION: "20.12.2"
PNPM_VERSION: "9.1.1"

jobs:
release:
Expand Down

0 comments on commit 2973c28

Please sign in to comment.