Skip to content

Commit

Permalink
Merge pull request #1437 from serverless-heaven/fix/update-ga
Browse files Browse the repository at this point in the history
  • Loading branch information
j0k3r authored Jul 21, 2023
2 parents e4b7aa9 + 7e0dbab commit 432f7b9
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 36 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v1.3.1
uses: dependabot/fetch-metadata@v1.3.6
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'
- name: Approve and merge minor updates
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
publish-npm:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 12
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm test
Expand Down
21 changes: 11 additions & 10 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,22 @@ jobs:
matrix:
os:
- windows-latest
- ubuntu-18.04
- ubuntu-20.04
node:
- "10"
- "12"
- "14"
- "16"
- "18"

steps:
- name: "Checkout"
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 2

- name: "Install Node.js"
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: "${{ matrix.node }}"

Expand All @@ -51,14 +52,14 @@ jobs:

steps:
- name: "Checkout"
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 2

- name: "Install Node.js"
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: "12"
node-version: "16"

- name: "Install dependencies"
run: npm ci
Expand All @@ -84,12 +85,12 @@ jobs:

steps:
- name: "Checkout"
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 2

- name: "Install Node.js"
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: "${{ matrix.node }}"

Expand All @@ -115,12 +116,12 @@ jobs:

steps:
- name: "Checkout"
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 2

- name: "Install Node.js"
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: "${{ matrix.node }}"

Expand Down
47 changes: 25 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 432f7b9

Please sign in to comment.