Skip to content

Commit 0f5bde0

Browse files
Merge pull request #69 from github/dependabot/npm_and_yarn/npm_and_yarn-670587bf58
Bump js-yaml from 3.14.1 to removed in the npm_and_yarn group across 1 directory
2 parents f9c7a06 + 5e8d45a commit 0f5bde0

4 files changed

Lines changed: 3273 additions & 1823 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
runs-on: ubuntu-22.04
99
steps:
1010
- uses: actions/checkout@v2
11-
- name: Use Node.js 14.x
11+
- name: Use Node.js 18.x
1212
uses: actions/setup-node@v1
1313
with:
14-
node-version: 14.x
14+
node-version: 18.x
1515
- name: npm install, build, and test
1616
run: |
1717
npm install

0 commit comments

Comments
 (0)