Skip to content

Commit

Permalink
ci: update to latest actions/*
Browse files Browse the repository at this point in the history
  • Loading branch information
MKRhere committed Sep 30, 2023
1 parent 275f211 commit c38ecc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ jobs:
- 20

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Reconfigure git to use HTTP authentication
run: >
git config --global url."https://github.com/".insteadOf ssh://git@github.com/
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- uses: actions/cache@v2
- uses: actions/cache@v3
id: cache
with:
path: node_modules/
Expand Down

0 comments on commit c38ecc3

Please sign in to comment.