mirror of
https://github.com/godotengine/godot-vscode-plugin.git
synced 2025-12-31 13:48:24 +03:00
Compare commits
1 Commits
master
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0115b328de |
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Install Node.js
|
||||
uses: actions/setup-node@v5.0.0
|
||||
uses: actions/setup-node@v6.1.0
|
||||
with:
|
||||
node-version: 22.x
|
||||
|
||||
@@ -61,7 +61,7 @@ jobs:
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Install Node.js
|
||||
uses: actions/setup-node@v5.0.0
|
||||
uses: actions/setup-node@v6.1.0
|
||||
with:
|
||||
node-version: 16.x
|
||||
|
||||
|
||||
Reference in New Issue
Block a user