Skip to content

Commit

Permalink
Update v4-nightly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-rodgers authored Feb 28, 2024
1 parent 38be3d5 commit 00ed1ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/v4-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: version-4
# setup nodejs
- name: Use Node.js 18
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
registry-url: 'https://registry.npmjs.org'
Expand Down

0 comments on commit 00ed1ef

Please sign in to comment.