Chore: Update node version for bump-version workflow (#79634)

Update node version for bump-version workflow
This commit is contained in:
Andreas Christou 2023-12-18 12:16:24 +00:00 committed by GitHub
parent 03f39f2167
commit 10cc3321cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,7 @@ jobs:
go-version: '1.20' go-version: '1.20'
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with:
node-version: '16' node-version: '18'
- name: Install Actions - name: Install Actions
run: npm install --production --prefix ./actions run: npm install --production --prefix ./actions
- name: "Generate token" - name: "Generate token"