Skip to content

Commit

Permalink
ci(release): updates github actions
Browse files Browse the repository at this point in the history
Bumps the github actions to the latest version.
  • Loading branch information
anguspiv committed Dec 23, 2024
1 parent 73a3123 commit 58bec6c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: '20.x'

- name: Cache Node.js modules
uses: actions/cache@v3
id: cache-node-modules
uses: actions/cache@v4
with:
path: node_modules
key: ${{ runner.os }}-node-modules-${{ hashFiles('**/package-lock.json') }}
Expand Down

0 comments on commit 58bec6c

Please sign in to comment.