We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62c3a8f commit 8d9d576Copy full SHA for 8d9d576
.github/workflows/preview-website.yml
@@ -5,15 +5,15 @@ on: pull_request
5
jobs:
6
build:
7
name: Build
8
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
9
steps:
10
- uses: actions/checkout@v1
11
with:
12
submodules: true
13
14
- uses: actions/setup-node@v1
15
16
- node-version: '16'
+ node-version: '18'
17
18
- name: Install Hugo
19
run: |
.github/workflows/publish.yml
@@ -8,15 +8,15 @@ on:
20
21
22
0 commit comments