Skip to content

Commit 532ccde

Browse files
authored
Merge pull request #229 from zendesk/dependabot/npm_and_yarn/npm_and_yarn-f4f66bf61d
chore(deps): bump the npm_and_yarn group across 1 directory with 22 updates
2 parents 2738158 + 251fe22 commit 532ccde

File tree

6 files changed

+11771
-23471
lines changed

6 files changed

+11771
-23471
lines changed

.github/workflows/actions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ jobs:
4040

4141
steps:
4242
- uses: zendesk/checkout@v2
43-
- uses: zendesk/setup-node@v2.1.2
43+
- uses: zendesk/setup-node@v3
4444
with:
45-
node-version: 12.10.0
45+
node-version-file: '.node-version'
4646
- name: install npm modules
4747
run: |
48-
npm install standardx
48+
npm install
4949
- name: ${{ matrix.env.TASK }}
5050
run: TASK=${{ matrix.env.TASK }} ${{ matrix.command }}

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.10.0
1+
18.20.8

0 commit comments

Comments
 (0)