Skip to content

Commit 66c46e2

Browse files
authoredJun 4, 2024··
Actualizadas dependencias github actions
1 parent 4105bad commit 66c46e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎.github/workflows/deploy.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ concurrency:
1616

1717
jobs:
1818
build:
19-
runs-on: ubuntu-22.04
19+
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
with:
2323
fetch-depth: 0 # Fetch all history for git info
24-
- uses: actions/setup-node@v3
24+
- uses: actions/setup-node@v4
2525
with:
26-
node-version: 18.14
26+
node-version: 20
2727
- name: Install Dependencies
2828
run: npm ci
2929
- name: Build Quartz

0 commit comments

Comments
 (0)
Please sign in to comment.