chore: bump node@20 in ci workflows (#10531)

This commit is contained in:
David Luzar
2025-12-16 19:08:42 +01:00
committed by GitHub
parent f06484c6ab
commit becaabfa0f
5 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -12,10 +12,10 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 2
- name: Setup Node.js 18.x
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 18.x
node-version: 20.x
- name: Set up publish access
run: |
npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN}