Skip to content

Commit ab20f3c

Browse files
authored
Update node.js.yml
1 parent 2785aa1 commit ab20f3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
- name: Checkout code
2424
uses: actions/checkout@v4
2525
- name: Set up Node.js
26-
uses: actions/setup-node@v3
26+
uses: actions/setup-node@v4
2727
with:
28-
node-version: "17"
28+
node-version: "lts/*"
2929
- name: Display Node.js version
3030
run: node --version
3131
- name: Display npm version

0 commit comments

Comments
 (0)