Skip to content

Commit

Permalink
Merge pull request #269 from allen-cell-animated/feature/update-actio…
Browse files Browse the repository at this point in the history
…ns-cache-node20

update actions/cache and node20
  • Loading branch information
toloudis authored Dec 11, 2024
2 parents 1464337 + 67610b3 commit 117c626
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

name: Node.js CI
env:
NODE_VERSION: "18"
NODE_VERSION: "20"

on: [push]

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: github pages

env:
NODE_VERSION: "18"
NODE_VERSION: "20"

on:
schedule:
Expand All @@ -19,7 +19,7 @@ jobs:

- name: Cache dependencies

uses: actions/cache@v1
uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

name: NPM Package
env:
NODE_VERSION: "18"
NODE_VERSION: "20"
on:
push:
# Sequence of patterns matched against refs/tags
Expand Down

0 comments on commit 117c626

Please sign in to comment.