Skip to content

Commit 92401d5

Browse files
Bump actions/setup-node from 3.1.0 to 3.4.1 (#147)
1 parent c2cd790 commit 92401d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@master
1010

1111
- name: setup node
12-
uses: actions/setup-node@v3.1.0
12+
uses: actions/setup-node@v3.4.1
1313
with:
1414
node-version: "16.x"
1515
cache: "yarn"

0 commit comments

Comments
 (0)