Skip to content

Commit 4988922

Browse files
committed
Upgraded actions/setup-node and Node in validate workflow
1 parent 36f9f59 commit 4988922

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
- name: actions/checkout
1010
uses: actions/[email protected]
1111
- name: actions/setup-node
12-
uses: actions/[email protected].4
12+
uses: actions/[email protected].5
1313
with:
14-
node-version: "14.15.3"
14+
node-version: "16.1.0"
1515
- name: npm install
1616
uses: jaid/action-npm-install@master
1717
- name: Jest

0 commit comments

Comments
 (0)