1
0
mirror of synced 2026-01-08 12:01:53 -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

@@ -101,13 +101,13 @@ jobs:
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
# Set up npm and run npm ci to get custom husky githooks error
# messages if they exist. We could also remove these two steps
# messages if they exist. We could also remove these steps
# because currently we have no hooks with customer error messages.
# See pull #32064 where they were removed.
- 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
run: npm ci