We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1acea16 + 0733945 commit 6f9263bCopy full SHA for 6f9263b
1 file changed
.github/workflows/deploy.yml
@@ -6,16 +6,18 @@ on:
6
- main
7
jobs:
8
deploy-preview:
9
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
10
permissions:
11
contents: write
12
pages: write
13
pull-requests: write
14
steps:
15
- name: Checkout
16
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
17
- name: Setup node env
18
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
+ uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
19
+ with:
20
+ node-version: 24
21
with:
22
node-version: 20
23
check-latest: true
0 commit comments