Skip to content

Commit

Permalink
update: update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
asjdf committed Jul 23, 2024
1 parent 07d27ac commit 2a66b74
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@ on:
- '**.md'

jobs:
custom-url:
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: ./
with:
node-version: '20.11.0-nightly2099'
custom-url: 'https://nodejs.org/download/nightly/v20.11.0-nightly202312211a0be537da/node-v20.11.0-nightly202312211a0be537da-linux-x64.tar.gz'
- name: Verify node and npm
run: __tests__/verify-node.sh "20.11.0-nightly202312211a0be537da"
shell: bash
local-cache:
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit 2a66b74

Please sign in to comment.