Skip to content

Commit

Permalink
Update draft-pdf.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisW09 authored May 25, 2024
1 parent fc00251 commit f664695
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/draft-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@ on:

jobs:
paper:
runs-on: ubuntu-20.04 # Update the runs-on field to use Ubuntu 20.04

runs-on: ubuntu-latest
name: Paper Draft

steps:
- name: Use Node.js 20
uses: actions/setup-node@v2
with:
node-version: '20'

- name: Checkout
uses: actions/checkout@v2

Expand Down

0 comments on commit f664695

Please sign in to comment.