Turn on CI tests for next (#1716)

This commit is contained in:
Ted Patrick
2023-09-15 10:44:54 -05:00
committed by GitHub
parent 63fab105b2
commit ca8a22e5db

View File

@@ -31,7 +31,9 @@ jobs:
MINICONDA_VERSION: 4.11.0
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: next
- name: Install node
uses: actions/setup-node@v3
@@ -101,7 +103,9 @@ jobs:
working-directory: pyscriptjs
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: next
- name: Install node
uses: actions/setup-node@v3