Skip to content
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

CI: Update workflows #1506

Draft
wants to merge 40 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
cde28f4
expose node version
tooomm Mar 26, 2021
1881aae
another try
tooomm Mar 26, 2021
c725df7
Update tests.yml
tooomm Mar 26, 2021
61e7855
reorder
tooomm Mar 26, 2021
8db1436
add node 16
tooomm Apr 12, 2021
c220b6d
remove quotes
tooomm Apr 12, 2021
6c063ae
postpone v16 to official release as current
tooomm Apr 12, 2021
05fceb9
curl
tooomm Apr 12, 2021
7193985
Update tests.yml
tooomm Apr 12, 2021
973727e
Update tests.yml
tooomm Apr 12, 2021
839fbf9
Update tests.yml
tooomm Apr 12, 2021
7c53722
Update tests.yml
tooomm Apr 12, 2021
cf0ee7d
comment
tooomm Apr 12, 2021
1860162
Update tests.yml
tooomm Apr 12, 2021
e7ec400
names
tooomm Apr 14, 2021
c314b94
Update tests.yml
tooomm Apr 14, 2021
4c3286f
comment docker checks out
tooomm Apr 14, 2021
2575a66
add node 16 to test matrix
tooomm Apr 20, 2021
539fb48
add LTS alias
tooomm Jun 30, 2021
d7ca092
add npm cache
tooomm Jul 5, 2021
ac5b481
Test against current node version
tooomm Jul 5, 2021
fcef544
disable fail-fast
tooomm Jul 19, 2021
63eee84
Update tests.yml
tooomm Oct 24, 2021
1cdbe4a
correct fail-fast
tooomm Oct 24, 2021
3681408
npm ci
tooomm Nov 27, 2021
7bb4cb9
Merge branch 'master' into tooomm-patch-7
tooomm Feb 8, 2022
2012d55
Merge branch 'master' into tooomm-patch-7
tooomm Feb 27, 2022
f768434
fix node
tooomm Feb 27, 2022
bc61bee
some version bumps and adjust alias
tooomm May 16, 2022
d28fb46
Update tests.yml
tooomm May 30, 2022
849fda3
Merge branch 'master' into tooomm-patch-7
tooomm Jun 4, 2022
48fb9cb
Update tests.yml
tooomm Jun 4, 2022
f6bc29d
Merge branch 'master' into tooomm-patch-7
tooomm Jun 20, 2022
ed2901b
test getting node from package.json
tooomm May 1, 2023
1c4613a
Merge branch 'master' into tooomm-patch-7
tooomm May 1, 2023
a130018
updates
tooomm May 1, 2023
a1f9a6b
bump
tooomm Oct 28, 2023
5ae3a90
cleanup
tooomm Oct 28, 2023
187cf54
Merge branch 'master' into tooomm-patch-7
tooomm Oct 28, 2023
c7b32b0
Merge branch 'master' into tooomm-patch-7
tooomm Oct 28, 2023
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
Prev Previous commit
Next Next commit
fix node
tooomm authored Feb 27, 2022
commit f768434dcd12dced599959df0d790f9858fd0323
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
node_version:
- 12.x
- 12
- lts/*
- current/*