Skip to content

Commit

Permalink
setting steps to use old actions
Browse files Browse the repository at this point in the history
  • Loading branch information
splindsay-92 committed Apr 26, 2024
1 parent e98d455 commit 689e0c4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/docks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ jobs:
deployments: write
id-token: write
steps:
- uses: actions/checkout@v3

- uses: actions/checkout@v2
- name: Use Node.js 20.x
uses: actions/setup-node@v3
uses: actions/setup-node@v1
with:
node-version: 20.x
node-version: 20

- name: Install Package Dependencies
run: npm ci
Expand Down

0 comments on commit 689e0c4

Please sign in to comment.