0
1
Fork 0
mirror of https://github.com/actions/checkout synced 2024-06-17 14:28:20 +02:00

Update to node 18.x

This commit is contained in:
Spencer Comfort 2023-01-21 20:26:15 -05:00 committed by GitHub
parent ac59398561
commit 840dae9d1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,10 +24,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set Node.js 16.x
- name: Set Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 18.x
- name: Install dependencies
run: npm ci