Unify action versions

This commit is contained in:
Jordan Eldredge 2024-10-02 16:33:06 -07:00
parent 2b5e6bc431
commit 38ee567f97

View File

@ -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