ci: pin to node v18.18.2

This commit is contained in:
Lewis Crichton
2023-12-09 13:34:04 +00:00
parent 623fa5d709
commit 4974848a56
3 changed files with 6 additions and 6 deletions

View File

@@ -24,10 +24,10 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2 # Install pnpm using packageManager key in package.json
- name: Use Node.js 18
- name: Use Node.js 18.18.2
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 18.18.2
cache: "pnpm"
- name: Install dependencies