Skip to content

Commit

Permalink
ci: update GitHub workflow to no longer use deprecated features (#2)
Browse files Browse the repository at this point in the history
* ci: update gh wf actions
* fix: add path to lock file
  • Loading branch information
rflechtner authored Apr 4, 2023
1 parent eb5cb2a commit 1213616
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test-snippets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v1
uses: actions/checkout@v3

- name: Set up Node.js 16.x
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: 'yarn'
cache-dependency-path: snippets/yarn.lock

- name: Test style conventions
working-directory: snippets
Expand Down

0 comments on commit 1213616

Please sign in to comment.