Skip to content

Commit

Permalink
Update actions to v4 and add caching
Browse files Browse the repository at this point in the history
  • Loading branch information
pantheredeye authored Nov 21, 2024
1 parent ffebdb2 commit b74efad
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,22 @@ on:

jobs:
lint-and-test:

strategy:
matrix:
node-version: ['22.11.0']

runs-on: ubuntu-24.04

steps:
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 22.11.0

uses: actions/setup-node@v4
with:
cache: 'yarn'
- name: Enable Corepack
run: corepack enable

Expand Down

0 comments on commit b74efad

Please sign in to comment.