Update test.yml

This commit is contained in:
Jonas Kruckenberg 2023-01-02 13:18:15 +01:00
parent 2a5fd9f848
commit c65d28c254

View File

@ -1,9 +1,9 @@
name: "publish"
name: "Test"
on:
push:
tags:
- test-release/*.*.*
workflow_dispatch:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
@ -23,7 +23,7 @@ jobs:
- name: setup node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: install Rust stable
uses: actions-rs/toolchain@v1