mirror of
https://github.com/captbaritone/webamp
synced 2024-11-21 23:32:16 +00:00
Unify action versions
This commit is contained in:
parent
2b5e6bc431
commit
38ee567f97
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -58,12 +58,10 @@ jobs:
|
||||
if: github.event_name == 'push' && github.repository == 'captbaritone/webamp'
|
||||
needs: [build-and-test]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 20.x
|
||||
registry-url: https://registry.npmjs.org/
|
||||
cache: "yarn"
|
||||
- name: Install dependencies
|
||||
run: yarn install --frozen-lockfile --ignore-scripts
|
||||
- name: Build latest (master) version
|
||||
|
Loading…
Reference in New Issue
Block a user