Skip to content

Commit 8866bbf

Browse files
authored
Merge pull request #284 from firebase/jhuleatt-ci-update
Update CI
2 parents 8f1f924 + 9525127 commit 8866bbf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/node.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ jobs:
1313
strategy:
1414
matrix:
1515
node-version:
16-
- 8.x
17-
- 10.x
16+
- 18.x
17+
- 20.x
1818
steps:
19-
- uses: actions/checkout@v1
20-
- uses: actions/setup-node@v1
19+
- uses: actions/checkout@v3
20+
- uses: actions/setup-node@v3
2121
with:
2222
node-version: ${{ matrix.node-version }}
2323

2424
- name: Cache npm
25-
uses: actions/cache@v1
25+
uses: actions/cache@v3
2626
with:
2727
path: ~/.npm
2828
key: ${{ runner.os }}-node-${{ matrix.node-version }}-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)