Skip to content

Commit

Permalink
Merge pull request #24 from happyprime/repo-sync/projects/default
Browse files Browse the repository at this point in the history
Update: synced file(s) with happyprime/projects
  • Loading branch information
jeremyfelt authored Jan 26, 2024
2 parents 9a8cc9f + 00e451c commit 8cda9d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/verify-build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is managed in https://github.com/happyprime/projects
name: Verify build (Node 18)
name: Verify build (Node 20)

on: [ pull_request ]

Expand All @@ -26,11 +26,11 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: 'npm'

- name: Verify Node dependency cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ./node_modules
key: node-dependencies-${{ hashFiles('package-lock.json') }}
Expand Down

0 comments on commit 8cda9d3

Please sign in to comment.