CI: use versioned actions and node-version 18 to match with package.json

This commit is contained in:
Philip H. 2023-12-21 15:45:22 +00:00 committed by GitHub
parent 8f644873e7
commit 9a93f82314
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 18 additions and 18 deletions

View file

@ -13,11 +13,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@main
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@main
uses: actions/setup-node@v4
with:
node-version: 'current'
node-version: '18'
check-latest: true
cache: 'npm'
cache-dependency-path: |