We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaaa8bb commit 5b4c552Copy full SHA for 5b4c552
.github/workflows/ci.yml
@@ -31,10 +31,10 @@ jobs:
31
32
steps:
33
- uses: actions/checkout@v4
34
- - name: Use Node.js ${{ matrix.node-version }}
+ - name: Install Node.js
35
uses: actions/setup-node@v4
36
with:
37
- node-version: ${{ matrix.node-version }}
+ node-version-file: '.node-version'
38
- run: |
39
sudo apt-get install gnome-keyring \
40
libsecret-1-dev \
@@ -132,10 +132,10 @@ jobs:
132
133
134
135
- - name: Use Node.js 22
+ - name: Install NodeJS
136
137
138
- node-version: 22.x
139
registry-url: 'https://registry.npmjs.org'
140
141
- run: sudo apt-get install libsecret-1-dev
0 commit comments