dependabot[bot]
038e81826b
Bump actions/checkout from 2.3.5 to 2.4.0 ( #23297 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2.3.5 to 2.4.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](1e204e9a92...ec3a7ce113 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com >
2021-12-02 14:15:21 +00:00
dependabot[bot]
95edf7be45
Bump actions/setup-node from 2.4.1 to 2.5.0 ( #23293 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 2.4.1 to 2.5.0.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](270253e841...04c56d2f95 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com >
2021-12-02 13:25:56 +00:00
Peter Bengtsson
22f21db4a3
use Node 16.13.x for CI workflows ( #22758 )
...
Part of #1203
2021-11-11 01:23:13 +00:00
Marcelo Jacobus
ed9e3d79cb
Add test and script to ensure 1:1 parity of liquid tags between source and translation ( #22472 )
...
Co-authored-by: Peter Bengtsson <peterbe@github.com >
2021-11-04 10:59:17 -03:00
dependabot[bot]
cd74b07da1
Bump actions/checkout from 2.3.4 to 2.3.5 ( #22264 )
...
* Bump actions/checkout from 2.3.4 to 2.3.5
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2.3.4 to 2.3.5.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](5a4ac9002d...1e204e9a92 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* test
* removing test, works
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Grace Park <gracepark@github.com >
2021-10-21 00:19:35 +00:00
Peter Bengtsson
9964a6619c
separate 'npm test' from 'npm lint' ( #22191 )
...
* separate 'npm test' from 'npm lint'
* remove delberately eslint violation (but keep prettier violation)
* undo prettier violation
* tighten up us of our scripts for testing and lint
2021-10-18 19:58:56 +00:00
dependabot[bot]
5201ca8813
Bump actions/setup-node from 2.2.0 to 2.4.1 ( #22109 )
...
* Bump actions/setup-node from 2.2.0 to 2.4.1
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 2.2.0 to 2.4.1.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](38d90ce44d...270253e841 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* allow it moar
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Peter Bengtsson <mail@peterbe.com >
2021-10-18 13:33:34 -04:00
Mike Surowiec
3c0e4e03b8
fix: pin workflow node-version to 16.8.x ( #21361 )
2021-09-08 11:08:53 -04:00
James M. Greene
149864b7ba
Use the easy npm caching now built into actions/setup-node ( #20316 )
2021-07-13 10:42:07 -05:00
Mike Surowiec
c4166202a1
feat: upgrade to node v16, package-lock.json v2, remove aws-sdk
2021-05-20 13:32:19 -07:00
Kevin Heis
cc0d0ce4b4
Increase actions tests memory ( #19179 )
2021-05-06 11:35:49 -07:00
Sarah Schneider
1d79e16d76
update test workflows
2021-04-28 14:40:50 -04:00
Kevin Heis
62a8891954
Add descriptions to our actions workflows ( #18019 )
...
Co-authored-by: Sarah Edwards <skedwards88@github.com >
2021-03-23 21:31:28 +00:00
James M. Greene
0eec258c01
Fix git branch inconsistencies for Actions ( #18309 )
...
* Update workflows to pass appropriate branch name for pull_request events
* Update Docker building workflow to check appropriate branch name for pull_request events
* Update Windows testing workflow for consistency with non-Windows testing workflow
* Reorder if conditional check
* Update workflow comment
2021-03-18 14:31:31 -05:00
James M. Greene
a469193704
Test workflow and jest configuration cleaning ( #17759 )
2021-02-09 10:52:28 -06:00
Sarah Schneider
295e5dc1f0
upgrade to setup-node v2
2021-01-22 10:54:20 -05:00
Sarah Schneider
76a3706214
link check should only run via separate workflow not test.yml
2021-01-21 16:50:26 -05:00
Chiedo John
175d80fdf2
Run Windows tests on windows PRs ( #17301 )
...
Run Windows tests on PRs with the windows label
Co-authored-by: chiedo <chiedo@users.noreply.github.com >
2021-01-14 14:03:36 +00:00
Nick Schonning
92740f68d7
chore: Add Prettier for Yaml formatting
...
Related to #128
- Prettier to fix indenting/quoting across files
- Manually adjust list styles to "-" style
- Ignore all translated files from automated formatting
- Drop redundant CI env variable
2020-11-16 16:12:49 -05:00
Nick Schonning
71b6ee7641
chore: Upgrade actions/cache to v2.1.3
2020-11-09 10:19:53 -05:00
Nick Schonning
c058d4aad8
chore: Update actions/checkout to v2.3.4
2020-11-05 18:05:39 -05:00
Chiedo John
c116efe725
Crowdin translations (translation-batch-1604415979) ( #16312 )
...
* New Crowdin translations by Github Action
* Revert broken translated files to English
* Revert broken translations
* Revert broken translations
* Revert more broket translations
* Revert broken translation
* Increase Node memory limit for running Jest
* Allow Node to use more memory for Jest
* Increase Node memory limit for running Jest
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
Co-authored-by: Chiedo <chiedo@users.noreply.github.com >
Co-authored-by: James M. Greene <JamesMGreene@github.com >
2020-11-03 16:15:55 -05:00
Chiedo John
23ad32bcc6
Remove Lint test for Windows. It always fails ( #16118 )
...
Co-authored-by: Chiedo <chiedo@users.noreply.github.com >
2020-10-19 16:04:57 -04:00
Chiedo
bdbe7cc9e0
Update some of the actions to Shas
2020-10-15 08:45:27 -04:00
Chiedo
d671034573
Enable windows testing on github/docs
2020-10-09 17:48:15 -04:00
Chiedo
5242ac5148
Make windows tests manually triggerable
2020-10-09 17:26:12 -04:00
Zeke Sikelianos
4ca43fd122
run windows tests on the public repo ( #154 )
...
Co-authored-by: Chiedo John <2156688+chiedo@users.noreply.github.com >
2020-10-08 14:31:31 -07:00
Zeke Sikelianos
b22914db59
Upgrade to Node.js 14 ( #15822 )
...
* set engines.node to >=12
* set engines.node to >=12
* Update node-versions.md
* update Node.js version in Actions workflows
* Update .node-version
* Update references to Node.js version from 12 to 14
* Update Dockerfile to use Node.js 14
* set engines.node to safe "12 - 14" range
2020-10-05 17:02:55 -07:00
Vanessa Yuen
3df90fc9b8
Hello git history spelunker!
...
Are you looking for something? Here is all of the GitHub Docs history in one single commit. Enjoy! 🎉
2020-09-27 14:10:11 +02:00