Skip to content

Dependabot/npm and yarn/react sample/word wrap 1.2.4 #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
28de558
Bump aws-cdk-lib from 2.19.0 to 2.80.0
dependabot[bot] Jun 19, 2023
443d24e
Bump word-wrap from 1.2.3 to 1.2.4
dependabot[bot] Jul 19, 2023
02e3b51
Bump word-wrap from 1.2.3 to 1.2.4 in /react-sample
dependabot[bot] Jul 19, 2023
c1d8d65
Create npm-gulp.yml
ruby4406 Jul 16, 2024
e232624
Bump word-wrap from 1.2.3 to 1.2.4 in /react-sample
dependabot[bot] Jul 19, 2023
e45e90b
Create npm-gulp.yml
ruby4406 Jul 16, 2024
5e1c926
Merge branch 'main' into dependabot/npm_and_yarn/aws-cdk-lib-2.80.0
ruby4406 Sep 22, 2024
99e563e
Merge branch 'main' into dependabot/npm_and_yarn/react-sample/word-wr…
ruby4406 Sep 23, 2024
2edb536
Squashed commit of the following:
ruby4406 Sep 23, 2024
4628abf
Merge branch 'pr/19'
ruby4406 Sep 25, 2024
f2be97b
Bump word-wrap from 1.2.3 to 1.2.4
dependabot[bot] Jul 19, 2023
c23de37
Merge branch 'dependabot/npm_and_yarn/word-wrap-1.2.4' into pr/19
ruby4406 Oct 3, 2024
e9f69c2
Merge branch 'dependabot/npm_and_yarn/react-sample/word-wrap-1.2.4' o…
ruby4406 Oct 3, 2024
9afd692
Merge branch 'dependabot/npm_and_yarn/react-sample/word-wrap-1.2.4' o…
ruby4406 Oct 3, 2024
19559a1
Merge branch 'dependabot/npm_and_yarn/word-wrap-1.2.4' into pr/19
ruby4406 Oct 3, 2024
a03009d
Merge branch 'dependabot/npm_and_yarn/react-sample/word-wrap-1.2.4' o…
ruby4406 Oct 3, 2024
cb6853e
Merge branch 'dependabot/npm_and_yarn/aws-cdk-lib-2.80.0' into pr/19
ruby4406 Oct 3, 2024
98a85a4
Merge branch 'dependabot/npm_and_yarn/react-sample/word-wrap-1.2.4' i…
ruby4406 Oct 3, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions .github/workflows/npm-gulp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: NodeJS with Gulp

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]

steps:
- uses: actions/checkout@v4

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

- name: Build
run: |
npm install
gulp
4 changes: 4 additions & 0 deletions .idea/.gitignore

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

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

11 changes: 11 additions & 0 deletions .idea/aws.xml

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

6 changes: 6 additions & 0 deletions .idea/graphql-settings.xml

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

6 changes: 6 additions & 0 deletions .idea/misc.xml

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

8 changes: 8 additions & 0 deletions .idea/modules.xml

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

263 changes: 263 additions & 0 deletions .idea/other.xml

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

6 changes: 6 additions & 0 deletions .idea/vcs.xml

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

Loading