Skip to content

Commit

Permalink
this one didnt save :/
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoegel committed Oct 30, 2023
1 parent b2c29a1 commit 752213d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
node-version: [16, 18, 20]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: "main"

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

Expand Down

0 comments on commit 752213d

Please sign in to comment.