Skip to content

Commit

Permalink
Update: synced local '.github/workflows/verify-build.yml' with remote…
Browse files Browse the repository at this point in the history
… 'workflows/verify-build-default.yml'
  • Loading branch information
amiabot committed Jan 26, 2024
1 parent 29cad5f commit e96f819
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 e96f819

Please sign in to comment.