Skip to content

Commit

Permalink
Replace deprecated action
Browse files Browse the repository at this point in the history
  • Loading branch information
nickserv committed Sep 14, 2023
1 parent 1abd7bf commit 05d12a9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ jobs:
uses: actions/checkout@v2

# TODO: see if we need to do anything special to cache docker images
- uses: c-hive/gha-npm-cache@v1
- uses: actions/setup-node@v3
with:
node-version: 20
cache: npm

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
Expand Down

0 comments on commit 05d12a9

Please sign in to comment.