Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
Update Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque committed Jun 14, 2022
1 parent 31e509f commit df7b4b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request-memo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
js-test:
runs-on: ubuntu-latest
env:
NODE_VERSION: 14.x
NODE_VERSION: 16.x
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ env.NODE_VERSION }}
Expand All @@ -71,4 +71,4 @@ jobs:
with:
path: ~/.cache/yarn
key: yarn-${{ hashFiles('memo/ts/yarn.lock') }}
- run: ./ci/js-test-memo.sh
- run: ./ci/ts-test-memo.sh
File renamed without changes.

0 comments on commit df7b4b1

Please sign in to comment.