Update workflow actions (#649)

* Update workflow actions

* Fix tsc issues
This commit is contained in:
schroda
2024-03-09 00:24:48 +01:00
committed by GitHub
parent 550c576725
commit 2047d76ad9
5 changed files with 35 additions and 22 deletions

View File

@@ -6,7 +6,13 @@ jobs:
name: ci-pull-request
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up NodeJs
uses: actions/setup-node@v4
with:
node-version-file: 'package.json'
- name: Install modules
run: yarn