Skip to content

Commit

Permalink
GH Workflow: Update checkout action to node 20 version (#172)
Browse files Browse the repository at this point in the history
Signed-off-by: Shreevatsa N <[email protected]>
  • Loading branch information
vatsa287 authored Feb 27, 2024
1 parent cdfe577 commit de6d3ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm-prepublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
runs-on: ubuntu-latest
if: "! startsWith(github.event.head_commit.message, '[CI Skip]') && github.repository == 'dhiway/cord.js'"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
token: ${{ secrets.GH_PAT }}
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4.0.2
with:
node-version: 14
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4.0.2
with:
node-version: 14
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-pr-submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Check-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v4.1.1


# Build --- TODO: add yarn build:docs once this succeeds
Expand Down

0 comments on commit de6d3ee

Please sign in to comment.