mirror of
https://github.com/chickensoft-games/setup-godot.git
synced 2025-08-14 21:05:06 +00:00
Update test to use js 20
This commit is contained in:
parent
7b9bcb3b58
commit
4dff1abdae
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -87,10 +87,10 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Set Node.js 16.x
|
||||
- name: Set Node.js 20.x
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16.x
|
||||
node-version: 20.x
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
Loading…
x
Reference in New Issue
Block a user