bump Nushell and Nupm in the CI #640
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 🧪 Tests | |
on: | |
pull_request: | |
paths-ignore: | |
- "**.md" | |
push: | |
branches: | |
- main | |
- nightly | |
jobs: | |
tests: | |
uses: ./.github/workflows/nupm-tests.yml | |
with: | |
nu_version: "0.95.0" | |
nupm_revision: "42d65a980641a9374473907d521f008e859c9ac7" | |
documentation: | |
uses: ./.github/workflows/check-documentation.yml | |
with: | |
nu_version: "0.95.0" |