Skip to content

Commit cdedbae

Browse files
committed
unupdate node bullshit
breaks wavedrom-cli
1 parent a1f80ee commit cdedbae

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/master.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
NPM_PACKAGE_FOLDER: ${{ github.workspace }}/dependencies
2424
PDF_RESULT: XTightlyCoupledIO.pdf
2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v3
2727
- name: Install Ubuntu packages
2828
run: |
2929
sudo apt-get update
@@ -35,24 +35,24 @@ jobs:
3535
ruby-version: "3.2"
3636
bundler-cache: true
3737
# Node.js for wavedrom
38-
- uses: actions/cache@v4
38+
- uses: actions/cache@v3
3939
with:
4040
path: ~/.npm
4141
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
4242
restore-keys: |
4343
${{ runner.os }}-node-
4444
- name: Setup Node.js
45-
uses: actions/setup-node@v4
45+
uses: actions/setup-node@v3
4646
with:
47-
node-version: '20'
47+
node-version: '16'
4848
- name: Install Node.js dependencies
4949
run: npm install ${NPM_PACKAGE_FOLDER}
5050
- name: Generate PDF
5151
run: |
5252
PATH=${PATH}:${BUNDLE_BIN}:$(npm bin) \
5353
make ${PDF_RESULT}
5454
- name: Upload artifact
55-
uses: actions/upload-artifact@v4
55+
uses: actions/upload-artifact@v3
5656
with:
5757
name: XTightlyCoupledIO.pdf
5858
path: ${{ env.PDF_RESULT }}

0 commit comments

Comments
 (0)