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 2b5e6bc commit 38ee567Copy full SHA for 38ee567
.github/workflows/ci.yml
@@ -58,12 +58,10 @@ jobs:
58
if: github.event_name == 'push' && github.repository == 'captbaritone/webamp'
59
needs: [build-and-test]
60
steps:
61
- - uses: actions/checkout@v2
62
- - uses: actions/setup-node@v2
+ - uses: actions/checkout@v1
+ - uses: actions/setup-node@v1
63
with:
64
node-version: 20.x
65
- registry-url: https://registry.npmjs.org/
66
- cache: "yarn"
67
- name: Install dependencies
68
run: yarn install --frozen-lockfile --ignore-scripts
69
- name: Build latest (master) version
0 commit comments