CI: Update Node version (#1578)

This commit is contained in:
catloversg
2024-08-16 03:08:21 +07:00
committed by GitHub
parent 9db1084b16
commit 8e278f9262
6 changed files with 36 additions and 36 deletions
+4 -4
View File
@@ -39,13 +39,13 @@ jobs:
- name: Install pandoc dependency
run: sudo apt-get install -y pandoc
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Use Node.js 16.13.1
uses: actions/setup-node@v2
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 16.13.1
node-version: 20
cache: "npm"
- name: Install NPM dependencies for version updater
working-directory: ./tools/bump-version