1
0
mirror of synced 2026-01-06 15:01:04 -05:00

Update to Node 18 (#34001)

This commit is contained in:
Kevin Heis
2023-01-23 08:00:25 -08:00
committed by GitHub
parent 4a6d3b4e89
commit f39c19e05b
18 changed files with 39 additions and 37 deletions

View File

@@ -51,10 +51,10 @@ jobs:
- name: Checkout
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- name: Setup Node
- name: Setup Node.js
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
with:
node-version: '16.17.0'
node-version-file: '.node-version'
cache: npm
- name: Install dependencies