Skip to content

Commit

Permalink
Again…
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmills committed Aug 2, 2024
1 parent 6838922 commit 098fe93
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4 # Assuming there's an upcoming version that supports Node.js 20
with:
node-version: '20'

- name: Set up Node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit 098fe93

Please sign in to comment.