Skip to content

Commit 5aff35e

Browse files
authored
Bump GitHub Actions runners (tailwindlabs#2520)
1 parent 326a4af commit 5aff35e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ jobs:
1818
node-version: [8.x, 10.x, 12.x, 14.x]
1919

2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v2.3.3
2222
- name: Use Node.js ${{ matrix.node-version }}
23-
uses: actions/setup-node@v1
23+
uses: actions/setup-node@v1.4.4
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626
- name: Use cached node_modules
2727
id: cache
28-
uses: actions/cache@v1
28+
uses: actions/cache@v2.1.1
2929
with:
3030
path: node_modules
3131
key: nodeModules-${{ hashFiles('**/yarn.lock') }}-${{ matrix.node-version }}

0 commit comments

Comments
 (0)