bump to node 20

This commit is contained in:
Ludea 2024-08-16 12:03:04 +02:00
parent 915da9a840
commit e774d25d11
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ jobs:
git config --global user.email "${{ github.event.pusher.email }}" git config --global user.email "${{ github.event.pusher.email }}"
- uses: actions/setup-node@v4.0.1 - uses: actions/setup-node@v4.0.1
with: with:
node-version: 18 node-version: 20
registry-url: 'https://registry.npmjs.org' registry-url: 'https://registry.npmjs.org'
- uses: pnpm/action-setup@v2.4.0 - uses: pnpm/action-setup@v2.4.0
name: Install pnpm name: Install pnpm

View File

@ -45,7 +45,7 @@ jobs:
- name: setup node - name: setup node
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: 18 node-version: 20
- name: 'Setup Rust' - name: 'Setup Rust'
uses: actions-rs/toolchain@v1 uses: actions-rs/toolchain@v1