mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-11-20 03:25:52 +01:00
Lock node version
This commit is contained in:
parent
d31ba7cf8c
commit
fcd7f91ce9
5
.github/workflows/sdk-release.js.yml
vendored
5
.github/workflows/sdk-release.js.yml
vendored
@ -7,6 +7,11 @@ jobs:
|
||||
npm:
|
||||
name: Publish to npm
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [18.1.0]
|
||||
|
||||
steps:
|
||||
- name: 🧮 Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
Loading…
Reference in New Issue
Block a user