mirror of
https://github.com/pocketbase/pocketbase.git
synced 2025-01-07 17:06:20 +02:00
updated github action node version
This commit is contained in:
parent
9f1c1c2e33
commit
5f1b2fda74
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@ -14,9 +14,9 @@ jobs:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v3
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20.8.1
|
||||
node-version: 20.11.0
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v3
|
||||
|
Loading…
Reference in New Issue
Block a user