Skip to content

Commit

Permalink
chore: Node 22 for GH action templates (#228)
Browse files Browse the repository at this point in the history
Signed-off-by: David Dal Busco <[email protected]>
  • Loading branch information
peterpeterparker authored Nov 20, 2024
1 parent fbc01d7 commit d485546
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -312,11 +312,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: actions/setup-node@v3
with:
node-version: "20.x"
node-version: 22
registry-url: "https://registry.npmjs.org"

- name: Install Dependencies
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/github-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: "20.x"
node-version: 22
registry-url: "https://registry.npmjs.org"

- name: Install Dependencies
Expand Down

0 comments on commit d485546

Please sign in to comment.