Skip to content

Commit 8036fd8

Browse files
Chore: Bump actions/setup-node from 2.5.1 to 3.1.1 (#148)
1 parent 0053418 commit 8036fd8

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: Use Node 12
14-
uses: actions/setup-node@v2.5.1
14+
uses: actions/setup-node@v3.1.1
1515
with:
1616
node-version: 12.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 12.x
20-
uses: actions/setup-node@v2.5.1
20+
uses: actions/setup-node@v3.1.1
2121
with:
2222
node-version: 12.x
2323

0 commit comments

Comments
 (0)