Skip to content

Commit 4da88c3

Browse files
authored
Merge pull request #80 from github/dependabot/npm_and_yarn/npm_and_yarn-e56a50b169
Bump yauzl from 2.10.0 to removed in the npm_and_yarn group across 1 directory
2 parents 4cc1352 + c78aaf7 commit 4da88c3

4 files changed

Lines changed: 4 additions & 974 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ jobs:
77
permissions:
88
contents: read
99
steps:
10-
- uses: actions/checkout@v2
11-
- name: Use Node.js 12.x
12-
uses: actions/setup-node@v1
10+
- uses: actions/checkout@v4
11+
- name: Use Node.js 20.x
12+
uses: actions/setup-node@v4
1313
with:
14-
node-version: 12.x
14+
node-version: 20.x
1515
- name: npm install, build, and test
1616
run: |
1717
npm install

0 commit comments

Comments
 (0)