Skip to content

Commit 3f77e7e

Browse files
authored
Update github-actions (#1574)
* Update tests.yml * Update tests.yml * Update tests.yml
1 parent a9c9f17 commit 3f77e7e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/tests.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ jobs:
1313
os: [ubuntu-latest, windows-latest, macos-latest]
1414

1515
steps:
16-
- uses: actions/checkout@v1
16+
- uses: actions/checkout@v2
1717
- name: Use Node.js ${{ matrix.node-version }}
18-
uses: actions/setup-node@v1
18+
uses: actions/setup-node@v2
1919
with:
20+
cache: 'npm'
2021
node-version: ${{ matrix.node-version }}
2122
# Use separate run commands so command status handled correctly on Windows
2223
- name: npm install

0 commit comments

Comments
 (0)