Skip to content

Commit 926928f

Browse files
Update actions/setup-node action to v3.9.1 (#235)
1 parent fbdc1ec commit 926928f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v3
1212

1313
- name: Setup Node.js 20.x
14-
uses: actions/setup-node@v3.1.1
14+
uses: actions/setup-node@v3.9.1
1515
with:
1616
node-version: 20.x
1717

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 0
1818

1919
- name: Setup Node.js 20.x
20-
uses: actions/setup-node@v3.1.1
20+
uses: actions/setup-node@v3.9.1
2121
with:
2222
node-version: 20.x
2323
cache: npm

0 commit comments

Comments
 (0)