Skip to content

Commit

Permalink
Merge pull request #3 from stockstory/hurtak/update-node-pnpm
Browse files Browse the repository at this point in the history
Update to node 20
  • Loading branch information
Hurtak authored Feb 7, 2024
2 parents f7949b9 + cf97050 commit 6c62883
Show file tree
Hide file tree
Showing 2 changed files with 1,363 additions and 1,802 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ jobs:
name: Test
steps:
- name: Checkout from repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 7
version: 8

- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20

- name: Cache node_modules
uses: actions/cache@v2
uses: actions/cache@v4
id: cache-nodemodules
with:
path: node_modules
Expand Down
Loading

0 comments on commit 6c62883

Please sign in to comment.