Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit 2f8436d

Browse files
deejay1bigdaz
authored andcommitted
Use setup-node@v4 instead of pinning to a revision
1 parent bfa0fe4 commit 2f8436d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-dist.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v4
2525

2626
- name: Set Node.js 20.x
27-
uses: actions/setup-node@v4.0.1
27+
uses: actions/setup-node@v4
2828
with:
2929
node-version: 20.x
3030
cache: npm

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Set Node.js 20.x
15-
uses: actions/setup-node@v4.0.1
15+
uses: actions/setup-node@v4
1616
with:
1717
node-version: 20.x
1818
cache: npm

0 commit comments

Comments
 (0)