Update actions/setup-node action to v6
All checks were successful
Tests / test (push) Successful in 53s
All checks were successful
Tests / test (push) Successful in 53s
This commit is contained in:
parent
e5745ebb50
commit
63c4b806ec
2 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
uses: actions/checkout@v5
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v5
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: "22"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue