Peter Bengtsson
103d2ca6c2
experiment with npm install reusable workflow ( #33480 )
2023-01-09 17:46:50 +00:00
Peter Bengtsson
af79c968cd
npm install is faster than npm ci ( #33459 )
2022-12-12 19:41:40 +00:00
Robert Sese
41069921a0
bump actions/setup-node from 3.2.0 to 3.5.1 ( #33410 )
2022-12-12 13:27:24 +00:00
Robert Sese
ad66f6497d
bump actions/checkout from 3.0.1 to 3.1.0 🤖 ( #33377 )
2022-12-09 13:02:58 +00:00
Evan Bonsignori
7b4429418b
Migrate links check to JS pattern ( #30175 )
...
Co-authored-by: Sarah Schneider <sarahs@users.noreply.github.com >
Co-authored-by: Peter Bengtsson <peterbe@github.com >
2022-10-17 21:47:21 +00:00
Peter Bengtsson
1a6688499b
using node 16.17 in Actions ( #31773 )
2022-10-17 16:12:36 +00:00
Kevin Heis
2182ff28f3
Next12 now supports ESM ( #29295 )
...
* Next12 now supports ESM
* No more michael jackson script extensions
* Fix test running
* Update jest-puppeteer.config.cjs
* Update package.json
2022-07-26 17:53:23 +00:00
Peter Bengtsson
e32260a358
Pin to node-version 16.15.0 to get npm 8.5.5 on all runners ( #28186 )
...
* why is 'npm ci' no longer working
* ls
* check
* check
* check3
* ubuntu-latest
* debugging more
* debugging more
* before and after
* ubuntu-latest
* try upgrading actions/setup-node
* pin to exactly 16.15.0 for npm 8.5.5
* node-version 16.15.1 EVERYWHERE
* fix cleanup
2022-06-02 09:51:14 -04:00
Peter Bengtsson
4d288d9717
test CI with Node 16.15 ( #27825 )
2022-05-19 19:12:18 +00:00
dependabot[bot]
5515db7171
Bump actions/checkout from 2.4.0 to 3.0.1 ( #27016 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2.4.0 to 3.0.1.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2.4.0...dcd71f646680f2efd8db4afa5ad64fdcba30e748 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Robert Sese <rsese@github.com >
2022-04-20 12:04:00 -05:00
Peter Bengtsson
7661dd042c
use Node 16.14.x in CI now ( #25305 )
2022-02-15 01:13:33 +00:00
dependabot[bot]
893f50cd7a
Bump actions/setup-node from 2.5.0 to 2.5.1 ( #24009 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](04c56d2f95...1f8c6b94b2 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Peter Bengtsson <peterbe@github.com >
2022-01-10 09:07:53 -05:00
James M. Greene
d6405ecb45
Optimize workflow runs with concurrency settings ( #23811 )
...
* Add concurrency settings for a bunch of workflows
* Restrict prod deployments to one at a time but disallow interrupting
* Remove redundant pull_request.types specification
2021-12-17 16:00:52 +00:00
Peter Bengtsson
bf5c7353d2
eslint check the .github/actions-scripts/* files too ( #23698 )
...
* eslint check the .github/actions-scripts/* files too
* but ignore node_modules/.bin/*
* fix errors
* last one
* feedbacked
2021-12-15 17:35:34 +00:00
James M. Greene
3d88cae50b
Add permission matrices to all Actions workflows ( #23563 )
...
* Add permission matrices to all Actions workflows
Also cleanup a few token references
* Add actions:read permissions for CodeQL
* Add prs:read permissions for unit test workflow
2021-12-14 04:37:36 +00:00
Peter Bengtsson
7f6f20a73f
run prettier on all code in CI ( #23482 )
...
* run prettier on all code in CI
* rename
* test .tsx too
* ignore more
* prettier the stragglers
* minimal permission
2021-12-08 16:11:52 +00:00