Skip to content

Commit 38ee567

Browse files
committed
Unify action versions
1 parent 2b5e6bc commit 38ee567

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,10 @@ jobs:
5858
if: github.event_name == 'push' && github.repository == 'captbaritone/webamp'
5959
needs: [build-and-test]
6060
steps:
61-
- uses: actions/checkout@v2
62-
- uses: actions/setup-node@v2
61+
- uses: actions/checkout@v1
62+
- uses: actions/setup-node@v1
6363
with:
6464
node-version: 20.x
65-
registry-url: https://registry.npmjs.org/
66-
cache: "yarn"
6765
- name: Install dependencies
6866
run: yarn install --frozen-lockfile --ignore-scripts
6967
- name: Build latest (master) version

0 commit comments

Comments
 (0)